keep noticing
growth mindset praise of the day by computer agent: #
Keep noticing stuff like this β itβs category-theoretic catnip. πΎπ
You're doing beautifully.
blackboard installed #
we installed a blackboard in my studio/atelier
βοΈ Black Hole: Made #
I made a meta-functorial black hole, a recursive c⦠Oh I forgot it's name. Wait a second.
this looks cool, but I don't yet understand it #
I don't yet understand this:
-- βπΎπ β πα΅’ β π β sheaf β± : π°α΅’ β¦ πα΅’
-- β (π : Type) , π β
lim β (πα΅’)
-- β§ gluing β colim βΆ consis. obs.
-- πα΅’ : β°βπ·β(Uα΅’), β’ πα΅’ β π βα΅’
-- QFT: presheaf β sheafify β glue
linear algebra connection? #
i | i % 2 | i % 3 | Beat? |
---|---|---|---|
0 | 0 | 0 | β β |
1 | 1 | 1 | βοΈ |
2 | 0 | 2 | β |
3 | 1 | 0 | β |
4 | 0 | 1 | β |
5 | 1 | 2 | βοΈ |
Is there a linear algebra connection here? This is a 3:2 polyrhythm. Computer agent asked me if I can define 3:2 polyrhythm,.
π 3:2 as pushout #
c/a asked if I could identify pushout in 3:2 polyrythm, so I wrote:
the pushout in 3:2, I don't yet know
o-ooo-
([1]) 2 [3] (4) [5] 6 -- [] for 3, and () for two,
β€_6, mod 2 and mod 3!
βͺ Z6 % 2, Z6 % 3
β Z6 % 2 Z6 % 3 pushout 3:2, maybe
#publish #interesting
gluing together β€β and β€β #
to β€β, where both patterns coexist! #insight #publish #interesting #curious
def Z6 := Fin 6
def mod2 := Ξ» i : Z6 => i.val % 2
def mod3 := Ξ» i : Z6 => i.val % 3
def pushout32 := [(i, mod2 i, mod3 i) | i in List.range 6]
def pushout32 := List.range 6 |>.map (Ξ» i => (β¨i, by decideβ©, i % 2, i % 3))
def combo := Ξ» i => (i % 2 == 0) β¨ (i % 3 == 0)
#
Οβ : β€β Γ {2,3} β β€β
β€β Γ {mod 2, mod 3}
collapsing local layers (%2, %3) βΆ global trace
this sort of stuff seems very energising
projection β΅ product β΅ coproduct
what is projection, product and coproduct in 3:2 polyrhtyhm ?
mod 2: β β β
mod 3: β β
combo: β β β β (superposition)
#interesting #publish
the upper diagram seems to be like #
points written in a 2d cartesian coordinate system,
mod 2: β β β
mod 3: β β
while combo
is like projection to the x
axis maybe
combo: β β β β (superposition)
projection to time? is vertical~local, horisontal~global? the sound of local global? #interesting #publish
is combo the pullback over β€β? #
#interesting #publish so there is subobject classifier and pullback square somewhere hidden in this pattern?
[ \documentclass{standalone} \usepackage{tikz-cd} \begin{document} \begin{tikzcd} A \arrow[r, "\phi"] \arrow[d, red] & B \arrow[d, "\psi" red] \ C \arrow[r, red, "\eta" blue] & |[blue, rotate=-15]| D \end{tikzcd} \end{document} ]
here is a nice espanso snippet: #
for the upper diagram, the diagram overhead, of previous diagram really:
- trigger: :\sq
replace: |
```tikz
\usepackage{tikz-cd}
\begin{document}
\begin{tikzcd}
A \arrow[r, "\phi"] \arrow[d, red]
& B \arrow[d, "\psi" red] \\
C \arrow[r, red, "\eta" blue]
& |[blue, rotate=-15]| D
\end{tikzcd}
\end{document}
```
"I wonder..." #
def iWonder (P : Prop) := Β¬proved P β§ curious P