diff --git a/config.toml b/config.toml index aee2007..7969c48 100644 --- a/config.toml +++ b/config.toml @@ -45,3 +45,7 @@ paginate = 5 identifier = "uni-notes" name = "university notes" url = "/tags/university-notes" + [[languages.en.menu.main]] + identifier = "music" + name = "music" + url = "https://music.abdulocra.cy" diff --git a/public/about/index.html b/public/about/index.html index 67bf811..e57bb2b 100644 --- a/public/about/index.html +++ b/public/about/index.html @@ -91,6 +91,10 @@ +
  • music
  • + + +
  • university notes
  • @@ -109,6 +113,10 @@ +
  • music
  • + + +
  • university notes
  • diff --git a/public/categories/index.html b/public/categories/index.html index 6f673f6..d979e04 100644 --- a/public/categories/index.html +++ b/public/categories/index.html @@ -93,6 +93,10 @@ +
  • music
  • + + +
  • university notes
  • @@ -111,6 +115,10 @@ +
  • music
  • + + +
  • university notes
  • diff --git a/public/index.html b/public/index.html index 907c1e8..10c1868 100644 --- a/public/index.html +++ b/public/index.html @@ -94,6 +94,10 @@ +
  • music
  • + + +
  • university notes
  • @@ -112,6 +116,10 @@ +
  • music
  • + + +
  • university notes
  • @@ -159,7 +167,7 @@
    - Mathematics without infinitely small, continuous mathematical objects. The mathematics of finite sets. Propositional calculus Comes from the linguistic concept that things can be either true or false. We should avoid variables when forming statements, as they may change the logical value. (2=7) statement (x=5) not a statement In logic we do not use the equals sign, we use the equivalence sign (\equiv). Logical values (booleans) are denoted by either 0 or 1 (or t, f, etc. + Mathematics without infinitely small, continuous mathematical objects. The mathematics of finite sets. Propositional calculus Comes from the linguistic concept that things can be either true or false. We should avoid variables when forming statements, as they may change the logical value. 2=7 statement x=5 not a statement In logic we do not use the equals sign, we use the equivalence sign \equiv. Logical values (booleans) are denoted by either 0 or 1 (or t, f, etc.
    diff --git a/public/index.xml b/public/index.xml index 3bc39a1..d7702d7 100644 --- a/public/index.xml +++ b/public/index.xml @@ -18,7 +18,7 @@ Wed, 20 Nov 2019 00:00:00 +0000 https://abdulocra.cy/posts/eidma/ - Mathematics without infinitely small, continuous mathematical objects. The mathematics of finite sets. Propositional calculus Comes from the linguistic concept that things can be either true or false. We should avoid variables when forming statements, as they may change the logical value. \(2=7\) statement \(x=5\) not a statement In logic we do not use the equals sign, we use the equivalence sign \(\equiv\). Logical values (booleans) are denoted by either 0 or 1 (or t, f, etc. + Mathematics without infinitely small, continuous mathematical objects. The mathematics of finite sets. Propositional calculus Comes from the linguistic concept that things can be either true or false. We should avoid variables when forming statements, as they may change the logical value. 2=7 statement x=5 not a statement In logic we do not use the equals sign, we use the equivalence sign \equiv. Logical values (booleans) are denoted by either 0 or 1 (or t, f, etc. diff --git a/public/posts/eidma/index.html b/public/posts/eidma/index.html index c337591..7425352 100644 --- a/public/posts/eidma/index.html +++ b/public/posts/eidma/index.html @@ -6,7 +6,7 @@ - + @@ -29,7 +29,7 @@ - + @@ -38,7 +38,7 @@ - + @@ -91,6 +91,10 @@ +
  • music
  • + + +
  • university notes
  • @@ -109,6 +113,10 @@ +
  • music
  • + + +
  • university notes
  • @@ -153,10 +161,10 @@
  • Comes from the linguistic concept that things can be either true or false.
  • We should avoid variables when forming statements, as they may change the logical value.
  • -
  • In logic we do not use the equals sign, we use the equivalence sign \(\equiv\).
  • +
  • In logic we do not use the equals sign, we use the equivalence sign \equiv.
  • Logical values (booleans) are denoted by either 0 or 1 (or t, f, etc.).
  • When doing logic, we use propositional variables (e.g. p, q, r).
  • The operations done on propositional variables are called propositional connectives.
  • Not necessarily connectives but unary operations:
  • A (propositional) formula is a “properly constructed” logical expression.
  • -
  • Double negation law: \(\neg(\neg p) \equiv p\)
  • -
  • De Morgan’s laws: \(\neg(p \land q) \equiv \neg p \lor \neg q\) and \(\neg(p \lor q) \equiv \neg p \land \neg q\).

  • -
  • If and only if (iff): \(p \iff p \equiv (p \implies q) \land (q \implies p)\)
  • +
  • Double negation law: \neg(\neg p) \equiv p
  • +
  • De Morgan’s laws: \neg(p \land q) \equiv \neg p \lor \neg q and \neg(p \lor q) \equiv \neg p \land \neg q.

  • +
  • If and only if (iff): p \iff p \equiv (p \implies q) \land (q \implies p)
  • Contraposition law:
  • Contradiction law:
  • -
  • Tautology: \(\phi (p, q, ... r)\) is a tautology iff \(\phi \equiv 1\)

  • +
  • Tautology: \phi (p, q, ... r) is a tautology iff \phi \equiv 1

  • Sets

    Quantifiers

    @@ -272,117 +280,117 @@

    Posets

    Induction

    Functions

    Combinatorics

    diff --git a/public/posts/index.html b/public/posts/index.html index 648fc9f..061fce0 100644 --- a/public/posts/index.html +++ b/public/posts/index.html @@ -93,6 +93,10 @@ +
  • music
  • + + +
  • university notes
  • @@ -111,6 +115,10 @@ +
  • music
  • + + +
  • university notes
  • @@ -156,7 +164,7 @@
    - Mathematics without infinitely small, continuous mathematical objects. The mathematics of finite sets. Propositional calculus Comes from the linguistic concept that things can be either true or false. We should avoid variables when forming statements, as they may change the logical value. (2=7) statement (x=5) not a statement In logic we do not use the equals sign, we use the equivalence sign (\equiv). Logical values (booleans) are denoted by either 0 or 1 (or t, f, etc. + Mathematics without infinitely small, continuous mathematical objects. The mathematics of finite sets. Propositional calculus Comes from the linguistic concept that things can be either true or false. We should avoid variables when forming statements, as they may change the logical value. 2=7 statement x=5 not a statement In logic we do not use the equals sign, we use the equivalence sign \equiv. Logical values (booleans) are denoted by either 0 or 1 (or t, f, etc.
    diff --git a/public/posts/index.xml b/public/posts/index.xml index 737366e..da049dc 100644 --- a/public/posts/index.xml +++ b/public/posts/index.xml @@ -18,7 +18,7 @@ Wed, 20 Nov 2019 00:00:00 +0000 https://abdulocra.cy/posts/eidma/ - Mathematics without infinitely small, continuous mathematical objects. The mathematics of finite sets. Propositional calculus Comes from the linguistic concept that things can be either true or false. We should avoid variables when forming statements, as they may change the logical value. \(2=7\) statement \(x=5\) not a statement In logic we do not use the equals sign, we use the equivalence sign \(\equiv\). Logical values (booleans) are denoted by either 0 or 1 (or t, f, etc. + Mathematics without infinitely small, continuous mathematical objects. The mathematics of finite sets. Propositional calculus Comes from the linguistic concept that things can be either true or false. We should avoid variables when forming statements, as they may change the logical value. 2=7 statement x=5 not a statement In logic we do not use the equals sign, we use the equivalence sign \equiv. Logical values (booleans) are denoted by either 0 or 1 (or t, f, etc.
    diff --git a/public/tags/index.html b/public/tags/index.html index 709f098..ddcb4c6 100644 --- a/public/tags/index.html +++ b/public/tags/index.html @@ -93,6 +93,10 @@ +
  • music
  • + + +
  • university notes
  • @@ -111,6 +115,10 @@ +
  • music
  • + + +
  • university notes
  • diff --git a/public/tags/university-notes/index.html b/public/tags/university-notes/index.html index 10153be..2dd9c0d 100644 --- a/public/tags/university-notes/index.html +++ b/public/tags/university-notes/index.html @@ -93,6 +93,10 @@ +
  • music
  • + + +
  • university notes
  • @@ -111,6 +115,10 @@ +
  • music
  • + + +
  • university notes
  • @@ -156,7 +164,7 @@
    - Mathematics without infinitely small, continuous mathematical objects. The mathematics of finite sets. Propositional calculus Comes from the linguistic concept that things can be either true or false. We should avoid variables when forming statements, as they may change the logical value. (2=7) statement (x=5) not a statement In logic we do not use the equals sign, we use the equivalence sign (\equiv). Logical values (booleans) are denoted by either 0 or 1 (or t, f, etc. + Mathematics without infinitely small, continuous mathematical objects. The mathematics of finite sets. Propositional calculus Comes from the linguistic concept that things can be either true or false. We should avoid variables when forming statements, as they may change the logical value. 2=7 statement x=5 not a statement In logic we do not use the equals sign, we use the equivalence sign \equiv. Logical values (booleans) are denoted by either 0 or 1 (or t, f, etc.
    diff --git a/public/tags/university-notes/index.xml b/public/tags/university-notes/index.xml index f8316aa..917dc34 100644 --- a/public/tags/university-notes/index.xml +++ b/public/tags/university-notes/index.xml @@ -18,7 +18,7 @@ Wed, 20 Nov 2019 00:00:00 +0000 https://abdulocra.cy/posts/eidma/ - Mathematics without infinitely small, continuous mathematical objects. The mathematics of finite sets. Propositional calculus Comes from the linguistic concept that things can be either true or false. We should avoid variables when forming statements, as they may change the logical value. \(2=7\) statement \(x=5\) not a statement In logic we do not use the equals sign, we use the equivalence sign \(\equiv\). Logical values (booleans) are denoted by either 0 or 1 (or t, f, etc. + Mathematics without infinitely small, continuous mathematical objects. The mathematics of finite sets. Propositional calculus Comes from the linguistic concept that things can be either true or false. We should avoid variables when forming statements, as they may change the logical value. 2=7 statement x=5 not a statement In logic we do not use the equals sign, we use the equivalence sign \equiv. Logical values (booleans) are denoted by either 0 or 1 (or t, f, etc.