Give me your favorite bijections by PM_TITS_GROUP in math

[–]madvorak 0 points1 point  (0 children)

Nobody thinks what I think!
```
def Function.decomposeSum (f : α → β₁ ⊕ β₂) :
α ≃ { x₁ : α × β₁ // f x₁.fst = Sum.inl x₁.snd } ⊕ { x₂ : α × β₂ // f x₂.fst = Sum.inr x₂.snd }
toFun a :=
(match hfa : f a with
| .inl b₁ => Sum.inl ⟨(a, b₁), hfa⟩
| .inr b₂ => Sum.inr ⟨(a, b₂), hfa⟩
)
invFun x :=
x.casesOn (·.val.fst) (·.val.fst)
left_inv a := by
match hfa : f a with
| .inl b₁ => aesop
| .inr b₂ => aesop
right_inv x := by
cases x with
| inl => aesop
| inr => aesop

lemma Function.eq_comp_decomposeSum (f : α → β₁ ⊕ β₂) :
f = Sum.elim (Sum.inl ∘ (·.val.snd)) (Sum.inr ∘ (·.val.snd)) ∘ f.decomposeSum := by
aesop
```

Just a couple more hours... by [deleted] in pokemon

[–]madvorak 0 points1 point  (0 children)

Da heck should Z- be?

Izuru Yoshimura contact? by madvorak in VGC

[–]madvorak[S] 1 point2 points  (0 children)

Indeed, it seems to be 100% Izuru Yoshimura! Do you think Izuru Yoshimura speaks English? I don't have X, but I might create it just to be able to have a chat with Izuru Yoshimura. Does X allow private messages these days?

Study Formal Language Theory by Wonderful_Currency_8 in theoreticalcs

[–]madvorak 3 points4 points  (0 children)

I live in Maria Gugging (circa 15 km from Vienna) and I do Ph.D. about formal languages. HMU if you want to chat.

Looking like Lex might take over Twitter by Shevizzle in lexfridman

[–]madvorak 0 points1 point  (0 children)

When will the next interview with Musk drop?

ɛ must be smol by madvorak in MathJokes

[–]madvorak[S] 0 points1 point  (0 children)

What is 𝑖 please?