Autosave: 2024-06-16 18:00:05

This commit is contained in:
thomasabishop 2024-06-16 18:00:05 +01:00
parent fae646bc33
commit 426fafb8fa
36 changed files with 92 additions and 28 deletions

View file

@ -1,5 +1,7 @@
---
tags: [propositional-logic]
tags:
- propositional-logic
- logic
---
# Atomic and molecular propositions

View file

@ -1,5 +1,8 @@
---
tags: [CPU, electromagnetism, clock]
tags:
- CPU
- clock
- computer-architecture
---
# CPU architecture

View file

@ -1,5 +1,8 @@
---
tags: [electricity, circuits]
tags:
- electricity
- circuits
- electronics
---
# Circuits

View file

@ -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

View file

@ -1,5 +1,10 @@
---
tags: [binary, memory, clock, electromagnetism]
tags:
- binary
- memory
- clock
- electromagnetism
- hardware
---
# Clock signals

View file

@ -1,6 +1,8 @@
---
tags:
- theorems
- algebra
- number-theory
---
# The Commutative Property of Addition and Multiplication

View file

@ -1,5 +1,7 @@
---
tags: []
tags:
- propositional-logic
- logic
---
# Conditional elimination

View file

@ -1,5 +1,7 @@
---
tags: []
tags:
- propositional-logic
- logic
---
# Conditional Introduction

View file

@ -1,5 +1,7 @@
---
tags: []
tags:
- propositional-logic
- logic
---
# Conditional Elimination

View file

@ -1,5 +1,7 @@
---
tags: []
tags:
- propositional-logic
- logic
---
If two conjuncts have each been independently derived then they can be

View file

@ -1,5 +1,7 @@
---
tags: [propositional-logic]
tags:
- propositional-logic
- logic
---
# Corresponding material conditional to show validity

View file

@ -2,6 +2,8 @@
tags:
- systems-programming
- systemd
- Linux
- procedural
---
# Create timed `systemd` job

View file

@ -1,7 +1,9 @@
---
id: h7f8
title: Creating_a_Linux_partition_table
tags: [disks]
tags:
- disks
- Linux
created: Monday, May 06, 2024
---

View file

@ -1,6 +1,8 @@
---
tags:
- shell
- Linux
- procedural
---
# Cron

View file

@ -1,5 +1,6 @@
---
tags:
- computer-architecture
---
# Daemons

View file

@ -1,5 +1,7 @@
---
tags: [propositional-logic]
tags:
- propositional-logic
- logic
---
# Formal proofs in propositional logic

View file

@ -1,5 +1,7 @@
---
tags: [propositional-logic]
tags:
- propositional-logic
- logic
---
# Law of Non-Contradiction

View file

@ -1,5 +1,7 @@
---
tags: [propositional-logic]
tags:
- propositional-logic
- logic
---
# Law of the Excluded Middle

View file

@ -1,5 +1,7 @@
---
tags: [propositional-logic]
tags:
- propositional-logic
- logic
---
# Logical consistency

View file

@ -1,5 +1,7 @@
---
tags: [propositional-logic]
tags:
- propositional-logic
- logic
---
# Logical equivalence

View file

@ -1,5 +1,7 @@
---
tags: [propositional-logic]
tags:
- propositional-logic
- logic
---
# Logical indeterminacy

View file

@ -1,5 +1,7 @@
---
tags: [propositional-logic]
tags:
- propositional-logic
- logic
---
# Logical possibility and necessity

View file

@ -1,5 +1,7 @@
---
tags: [propositional-logic]
tags:
- propositional-logic
- logic
---
# Logical truth and falsity

View file

@ -1,5 +1,7 @@
---
tags: [propositional-logic]
tags:
- propositional-logic
- logic
---
# Object and metalanguages

View file

@ -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

View file

@ -1,5 +1,7 @@
---
tags: [propositional-logic]
tags:
- propositional-logic
- logic
---
# Soundness

View file

@ -1,5 +1,7 @@
---
tags: [propositional-logic]
tags:
- propositional-logic
- logic
---
# Strategies for constructing proofs in propositional logic

View file

@ -1,5 +1,7 @@
---
tags: [propositional-logic]
tags:
- propositional-logic
- logic
---
# Syllogism

View file

@ -1,5 +1,7 @@
---
tags: [propositional-logic]
tags:
- propositional-logic
- logic
---
# Syntax of propositional logic

View file

@ -1,5 +1,7 @@
---
tags: [propositional-logic]
tags:
- propositional-logic
- logic
---
We know that when we construct a

View file

@ -1,5 +1,7 @@
---
tags: [propositional-logic]
tags:
- propositional-logic
- logic
---
# Truth-functional connectives

View file

@ -1,5 +1,7 @@
---
tags: [propositional-logic]
tags:
- propositional-logic
- logic
---
## Validity