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
|
# Atomic and molecular propositions
|
||||||
|
|
|
@ -1,5 +1,8 @@
|
||||||
---
|
---
|
||||||
tags: [CPU, electromagnetism, clock]
|
tags:
|
||||||
|
- CPU
|
||||||
|
- clock
|
||||||
|
- computer-architecture
|
||||||
---
|
---
|
||||||
|
|
||||||
# CPU architecture
|
# CPU architecture
|
||||||
|
|
|
@ -1,5 +1,8 @@
|
||||||
---
|
---
|
||||||
tags: [electricity, circuits]
|
tags:
|
||||||
|
- electricity
|
||||||
|
- circuits
|
||||||
|
- electronics
|
||||||
---
|
---
|
||||||
|
|
||||||
# Circuits
|
# Circuits
|
||||||
|
|
|
@ -241,7 +241,7 @@ constructor with `super`.
|
||||||
|
|
||||||
You shouldn't confuse `implements` with `extends`. `implements` just checks the
|
You shouldn't confuse `implements` with `extends`. `implements` just checks the
|
||||||
class as an interface in accordance with the principles of
|
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
|
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
|
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
|
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
|
# Clock signals
|
||||||
|
|
|
@ -1,6 +1,8 @@
|
||||||
---
|
---
|
||||||
tags:
|
tags:
|
||||||
- theorems
|
- theorems
|
||||||
|
- algebra
|
||||||
|
- number-theory
|
||||||
---
|
---
|
||||||
|
|
||||||
# The Commutative Property of Addition and Multiplication
|
# The Commutative Property of Addition and Multiplication
|
||||||
|
|
|
@ -1,5 +1,7 @@
|
||||||
---
|
---
|
||||||
tags: []
|
tags:
|
||||||
|
- propositional-logic
|
||||||
|
- logic
|
||||||
---
|
---
|
||||||
|
|
||||||
# Conditional elimination
|
# Conditional elimination
|
||||||
|
|
|
@ -1,5 +1,7 @@
|
||||||
---
|
---
|
||||||
tags: []
|
tags:
|
||||||
|
- propositional-logic
|
||||||
|
- logic
|
||||||
---
|
---
|
||||||
|
|
||||||
# Conditional Introduction
|
# Conditional Introduction
|
||||||
|
|
|
@ -1,5 +1,7 @@
|
||||||
---
|
---
|
||||||
tags: []
|
tags:
|
||||||
|
- propositional-logic
|
||||||
|
- logic
|
||||||
---
|
---
|
||||||
|
|
||||||
# Conditional Elimination
|
# Conditional Elimination
|
||||||
|
|
|
@ -1,5 +1,7 @@
|
||||||
---
|
---
|
||||||
tags: []
|
tags:
|
||||||
|
- propositional-logic
|
||||||
|
- logic
|
||||||
---
|
---
|
||||||
|
|
||||||
If two conjuncts have each been independently derived then they can be
|
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
|
# Corresponding material conditional to show validity
|
||||||
|
|
|
@ -2,6 +2,8 @@
|
||||||
tags:
|
tags:
|
||||||
- systems-programming
|
- systems-programming
|
||||||
- systemd
|
- systemd
|
||||||
|
- Linux
|
||||||
|
- procedural
|
||||||
---
|
---
|
||||||
|
|
||||||
# Create timed `systemd` job
|
# Create timed `systemd` job
|
||||||
|
|
|
@ -1,7 +1,9 @@
|
||||||
---
|
---
|
||||||
id: h7f8
|
id: h7f8
|
||||||
title: Creating_a_Linux_partition_table
|
title: Creating_a_Linux_partition_table
|
||||||
tags: [disks]
|
tags:
|
||||||
|
- disks
|
||||||
|
- Linux
|
||||||
created: Monday, May 06, 2024
|
created: Monday, May 06, 2024
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,8 @@
|
||||||
---
|
---
|
||||||
tags:
|
tags:
|
||||||
- shell
|
- shell
|
||||||
|
- Linux
|
||||||
|
- procedural
|
||||||
---
|
---
|
||||||
|
|
||||||
# Cron
|
# Cron
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
---
|
---
|
||||||
tags:
|
tags:
|
||||||
|
- computer-architecture
|
||||||
---
|
---
|
||||||
|
|
||||||
# Daemons
|
# Daemons
|
||||||
|
|
|
@ -1,5 +1,7 @@
|
||||||
---
|
---
|
||||||
tags: [propositional-logic]
|
tags:
|
||||||
|
- propositional-logic
|
||||||
|
- logic
|
||||||
---
|
---
|
||||||
|
|
||||||
# Formal proofs in propositional logic
|
# Formal proofs in propositional logic
|
||||||
|
|
|
@ -1,5 +1,7 @@
|
||||||
---
|
---
|
||||||
tags: [propositional-logic]
|
tags:
|
||||||
|
- propositional-logic
|
||||||
|
- logic
|
||||||
---
|
---
|
||||||
|
|
||||||
# Law of Non-Contradiction
|
# Law of Non-Contradiction
|
||||||
|
|
|
@ -1,5 +1,7 @@
|
||||||
---
|
---
|
||||||
tags: [propositional-logic]
|
tags:
|
||||||
|
- propositional-logic
|
||||||
|
- logic
|
||||||
---
|
---
|
||||||
|
|
||||||
# Law of the Excluded Middle
|
# Law of the Excluded Middle
|
||||||
|
|
|
@ -1,5 +1,7 @@
|
||||||
---
|
---
|
||||||
tags: [propositional-logic]
|
tags:
|
||||||
|
- propositional-logic
|
||||||
|
- logic
|
||||||
---
|
---
|
||||||
|
|
||||||
# Logical consistency
|
# Logical consistency
|
||||||
|
|
|
@ -1,5 +1,7 @@
|
||||||
---
|
---
|
||||||
tags: [propositional-logic]
|
tags:
|
||||||
|
- propositional-logic
|
||||||
|
- logic
|
||||||
---
|
---
|
||||||
|
|
||||||
# Logical equivalence
|
# Logical equivalence
|
||||||
|
|
|
@ -1,5 +1,7 @@
|
||||||
---
|
---
|
||||||
tags: [propositional-logic]
|
tags:
|
||||||
|
- propositional-logic
|
||||||
|
- logic
|
||||||
---
|
---
|
||||||
|
|
||||||
# Logical indeterminacy
|
# Logical indeterminacy
|
||||||
|
|
|
@ -1,5 +1,7 @@
|
||||||
---
|
---
|
||||||
tags: [propositional-logic]
|
tags:
|
||||||
|
- propositional-logic
|
||||||
|
- logic
|
||||||
---
|
---
|
||||||
|
|
||||||
# Logical possibility and necessity
|
# Logical possibility and necessity
|
||||||
|
|
|
@ -1,5 +1,7 @@
|
||||||
---
|
---
|
||||||
tags: [propositional-logic]
|
tags:
|
||||||
|
- propositional-logic
|
||||||
|
- logic
|
||||||
---
|
---
|
||||||
|
|
||||||
# Logical truth and falsity
|
# Logical truth and falsity
|
||||||
|
|
|
@ -1,5 +1,7 @@
|
||||||
---
|
---
|
||||||
tags: [propositional-logic]
|
tags:
|
||||||
|
- propositional-logic
|
||||||
|
- logic
|
||||||
---
|
---
|
||||||
|
|
||||||
# Object and metalanguages
|
# 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.
|
types in JavaScripts prototypically inherit from an Object.
|
||||||
|
|
||||||
Generally, when you use objects in TypeScript you type them as
|
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
|
## Array of (untyped) objects
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,7 @@
|
||||||
---
|
---
|
||||||
tags: [propositional-logic]
|
tags:
|
||||||
|
- propositional-logic
|
||||||
|
- logic
|
||||||
---
|
---
|
||||||
|
|
||||||
# Soundness
|
# Soundness
|
||||||
|
|
|
@ -1,5 +1,7 @@
|
||||||
---
|
---
|
||||||
tags: [propositional-logic]
|
tags:
|
||||||
|
- propositional-logic
|
||||||
|
- logic
|
||||||
---
|
---
|
||||||
|
|
||||||
# Strategies for constructing proofs in propositional logic
|
# Strategies for constructing proofs in propositional logic
|
||||||
|
|
|
@ -1,5 +1,7 @@
|
||||||
---
|
---
|
||||||
tags: [propositional-logic]
|
tags:
|
||||||
|
- propositional-logic
|
||||||
|
- logic
|
||||||
---
|
---
|
||||||
|
|
||||||
# Syllogism
|
# Syllogism
|
||||||
|
|
|
@ -1,5 +1,7 @@
|
||||||
---
|
---
|
||||||
tags: [propositional-logic]
|
tags:
|
||||||
|
- propositional-logic
|
||||||
|
- logic
|
||||||
---
|
---
|
||||||
|
|
||||||
# Syntax of propositional logic
|
# Syntax of propositional logic
|
||||||
|
|
|
@ -1,5 +1,7 @@
|
||||||
---
|
---
|
||||||
tags: [propositional-logic]
|
tags:
|
||||||
|
- propositional-logic
|
||||||
|
- logic
|
||||||
---
|
---
|
||||||
|
|
||||||
We know that when we construct a
|
We know that when we construct a
|
||||||
|
|
|
@ -1,5 +1,7 @@
|
||||||
---
|
---
|
||||||
tags: [propositional-logic]
|
tags:
|
||||||
|
- propositional-logic
|
||||||
|
- logic
|
||||||
---
|
---
|
||||||
|
|
||||||
# Truth-functional connectives
|
# Truth-functional connectives
|
||||||
|
|
|
@ -1,5 +1,7 @@
|
||||||
---
|
---
|
||||||
tags: [propositional-logic]
|
tags:
|
||||||
|
- propositional-logic
|
||||||
|
- logic
|
||||||
---
|
---
|
||||||
|
|
||||||
## Validity
|
## Validity
|
||||||
|
|
Loading…
Add table
Reference in a new issue