Autosave: 2024-06-16 18:00:05
This commit is contained in:
parent
fae646bc33
commit
426fafb8fa
36 changed files with 92 additions and 28 deletions
|
@ -1,5 +1,7 @@
|
|||
---
|
||||
tags: [propositional-logic]
|
||||
tags:
|
||||
- propositional-logic
|
||||
- logic
|
||||
---
|
||||
|
||||
# Atomic and molecular propositions
|
||||
|
|
|
@ -1,5 +1,8 @@
|
|||
---
|
||||
tags: [CPU, electromagnetism, clock]
|
||||
tags:
|
||||
- CPU
|
||||
- clock
|
||||
- computer-architecture
|
||||
---
|
||||
|
||||
# CPU architecture
|
||||
|
|
|
@ -1,5 +1,8 @@
|
|||
---
|
||||
tags: [electricity, circuits]
|
||||
tags:
|
||||
- electricity
|
||||
- circuits
|
||||
- electronics
|
||||
---
|
||||
|
||||
# Circuits
|
||||
|
|
|
@ -241,7 +241,7 @@ constructor with `super`.
|
|||
|
||||
You shouldn't confuse `implements` with `extends`. `implements` just checks the
|
||||
class as an interface in accordance with the principles of
|
||||
[duck typing](Custom_types.md#duck-typing):
|
||||
[duck typing](Custom_types_in_TypeScript.md#duck-typing):
|
||||
i.e the implementing class should have the same properties and methods. It
|
||||
doesn't affect anything internal to the methods or properties. So e.g, if you
|
||||
typed a method parameter as `string` in the base class, this would still default
|
||||
|
|
|
@ -1,5 +1,10 @@
|
|||
---
|
||||
tags: [binary, memory, clock, electromagnetism]
|
||||
tags:
|
||||
- binary
|
||||
- memory
|
||||
- clock
|
||||
- electromagnetism
|
||||
- hardware
|
||||
---
|
||||
|
||||
# Clock signals
|
||||
|
|
|
@ -1,6 +1,8 @@
|
|||
---
|
||||
tags:
|
||||
- theorems
|
||||
- algebra
|
||||
- number-theory
|
||||
---
|
||||
|
||||
# The Commutative Property of Addition and Multiplication
|
||||
|
|
|
@ -1,5 +1,7 @@
|
|||
---
|
||||
tags: []
|
||||
tags:
|
||||
- propositional-logic
|
||||
- logic
|
||||
---
|
||||
|
||||
# Conditional elimination
|
||||
|
|
|
@ -1,5 +1,7 @@
|
|||
---
|
||||
tags: []
|
||||
tags:
|
||||
- propositional-logic
|
||||
- logic
|
||||
---
|
||||
|
||||
# Conditional Introduction
|
||||
|
|
|
@ -1,5 +1,7 @@
|
|||
---
|
||||
tags: []
|
||||
tags:
|
||||
- propositional-logic
|
||||
- logic
|
||||
---
|
||||
|
||||
# Conditional Elimination
|
||||
|
|
|
@ -1,5 +1,7 @@
|
|||
---
|
||||
tags: []
|
||||
tags:
|
||||
- propositional-logic
|
||||
- logic
|
||||
---
|
||||
|
||||
If two conjuncts have each been independently derived then they can be
|
||||
|
|
|
@ -1,5 +1,7 @@
|
|||
---
|
||||
tags: [propositional-logic]
|
||||
tags:
|
||||
- propositional-logic
|
||||
- logic
|
||||
---
|
||||
|
||||
# Corresponding material conditional to show validity
|
||||
|
|
|
@ -2,6 +2,8 @@
|
|||
tags:
|
||||
- systems-programming
|
||||
- systemd
|
||||
- Linux
|
||||
- procedural
|
||||
---
|
||||
|
||||
# Create timed `systemd` job
|
||||
|
|
|
@ -1,7 +1,9 @@
|
|||
---
|
||||
id: h7f8
|
||||
title: Creating_a_Linux_partition_table
|
||||
tags: [disks]
|
||||
tags:
|
||||
- disks
|
||||
- Linux
|
||||
created: Monday, May 06, 2024
|
||||
---
|
||||
|
||||
|
|
|
@ -1,6 +1,8 @@
|
|||
---
|
||||
tags:
|
||||
- shell
|
||||
- Linux
|
||||
- procedural
|
||||
---
|
||||
|
||||
# Cron
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
---
|
||||
tags:
|
||||
- computer-architecture
|
||||
---
|
||||
|
||||
# Daemons
|
||||
|
|
|
@ -1,5 +1,7 @@
|
|||
---
|
||||
tags: [propositional-logic]
|
||||
tags:
|
||||
- propositional-logic
|
||||
- logic
|
||||
---
|
||||
|
||||
# Formal proofs in propositional logic
|
||||
|
|
|
@ -1,5 +1,7 @@
|
|||
---
|
||||
tags: [propositional-logic]
|
||||
tags:
|
||||
- propositional-logic
|
||||
- logic
|
||||
---
|
||||
|
||||
# Law of Non-Contradiction
|
||||
|
|
|
@ -1,5 +1,7 @@
|
|||
---
|
||||
tags: [propositional-logic]
|
||||
tags:
|
||||
- propositional-logic
|
||||
- logic
|
||||
---
|
||||
|
||||
# Law of the Excluded Middle
|
||||
|
|
|
@ -1,5 +1,7 @@
|
|||
---
|
||||
tags: [propositional-logic]
|
||||
tags:
|
||||
- propositional-logic
|
||||
- logic
|
||||
---
|
||||
|
||||
# Logical consistency
|
||||
|
|
|
@ -1,5 +1,7 @@
|
|||
---
|
||||
tags: [propositional-logic]
|
||||
tags:
|
||||
- propositional-logic
|
||||
- logic
|
||||
---
|
||||
|
||||
# Logical equivalence
|
||||
|
|
|
@ -1,5 +1,7 @@
|
|||
---
|
||||
tags: [propositional-logic]
|
||||
tags:
|
||||
- propositional-logic
|
||||
- logic
|
||||
---
|
||||
|
||||
# Logical indeterminacy
|
||||
|
|
|
@ -1,5 +1,7 @@
|
|||
---
|
||||
tags: [propositional-logic]
|
||||
tags:
|
||||
- propositional-logic
|
||||
- logic
|
||||
---
|
||||
|
||||
# Logical possibility and necessity
|
||||
|
|
|
@ -1,5 +1,7 @@
|
|||
---
|
||||
tags: [propositional-logic]
|
||||
tags:
|
||||
- propositional-logic
|
||||
- logic
|
||||
---
|
||||
|
||||
# Logical truth and falsity
|
||||
|
|
|
@ -1,5 +1,7 @@
|
|||
---
|
||||
tags: [propositional-logic]
|
||||
tags:
|
||||
- propositional-logic
|
||||
- logic
|
||||
---
|
||||
|
||||
# Object and metalanguages
|
||||
|
|
|
@ -42,7 +42,7 @@ since it becomes similar to using [any](Any.md) given that most primitive
|
|||
types in JavaScripts prototypically inherit from an Object.
|
||||
|
||||
Generally, when you use objects in TypeScript you type them as
|
||||
[custom types](Custom_types.md).
|
||||
[custom types](Custom_types_in_TypeScript.md).
|
||||
|
||||
## Array of (untyped) objects
|
||||
|
||||
|
|
|
@ -1,5 +1,7 @@
|
|||
---
|
||||
tags: [propositional-logic]
|
||||
tags:
|
||||
- propositional-logic
|
||||
- logic
|
||||
---
|
||||
|
||||
# Soundness
|
||||
|
|
|
@ -1,5 +1,7 @@
|
|||
---
|
||||
tags: [propositional-logic]
|
||||
tags:
|
||||
- propositional-logic
|
||||
- logic
|
||||
---
|
||||
|
||||
# Strategies for constructing proofs in propositional logic
|
||||
|
|
|
@ -1,5 +1,7 @@
|
|||
---
|
||||
tags: [propositional-logic]
|
||||
tags:
|
||||
- propositional-logic
|
||||
- logic
|
||||
---
|
||||
|
||||
# Syllogism
|
||||
|
|
|
@ -1,5 +1,7 @@
|
|||
---
|
||||
tags: [propositional-logic]
|
||||
tags:
|
||||
- propositional-logic
|
||||
- logic
|
||||
---
|
||||
|
||||
# Syntax of propositional logic
|
||||
|
|
|
@ -1,5 +1,7 @@
|
|||
---
|
||||
tags: [propositional-logic]
|
||||
tags:
|
||||
- propositional-logic
|
||||
- logic
|
||||
---
|
||||
|
||||
We know that when we construct a
|
||||
|
|
|
@ -1,5 +1,7 @@
|
|||
---
|
||||
tags: [propositional-logic]
|
||||
tags:
|
||||
- propositional-logic
|
||||
- logic
|
||||
---
|
||||
|
||||
# Truth-functional connectives
|
||||
|
|
|
@ -1,5 +1,7 @@
|
|||
---
|
||||
tags: [propositional-logic]
|
||||
tags:
|
||||
- propositional-logic
|
||||
- logic
|
||||
---
|
||||
|
||||
## Validity
|
||||
|
|
Loading…
Add table
Reference in a new issue