π§ mindful(t), entries in logic
βt, mindful(t)
π
structure πLeanLog :=
  (t : Title) (Ο : Prop) (e : Expr)
  (π : Sketch) (π : List Sensory)
  (πͺ : Comment)
b/b ~ basic building blocks
example (a : Nat) : a = a := rfl
I wondered if music can be written mathematically, can mathematics be written musically? #question
I conjecture with Lean4 snippets we might gain insight to how mathematics is musical as well as how music is mathematical!
x = x is #maybe similar to playing Cβ7inversions monotonously on every quarter note.
by adding change, variability, you could maybe play different roots, base notes with Cβ7 as upper structure:
A Γ Cβ7 βΆ D Γ Cβ7 βΆ G Γ Cβ7.
Vamp β» #
Cβ βΆ Cβ βΆ ... βΆ Cβ
 β                 β
 βββββββloopββββββββ
structure Vamp (C : Type) :=
(chords : List C)
(repeat : Bool := true)
πͺ
{Ξ±} β β
 holds  iff contradiction
{Ξ±} β β
 doesn't hold  iff satisfiable
- Previous: π¬ Smallproofs
 - Next: π± Topos Notes