docs: More todos

This commit is contained in:
jstoobysmith 2024-07-09 19:22:16 -04:00
parent b5a22f9685
commit f83908e259
9 changed files with 13 additions and 23 deletions

View file

@ -608,7 +608,8 @@ lemma Pa'_eq (f f' : (Fin n.succ) ⊕ (Fin n.succ) → ) : Pa' f = Pa' f'
intro h
rw [h]
/-- A helper function for what follows. TODO: replace this with mathlib functions. -/
/-! TODO: Replace the definition of `join` with a Mathlib definition, most likely `Sum.elim`. -/
/-- A helper function for what follows. -/
def join (g f : Fin n → ) : Fin n ⊕ Fin n → := fun i =>
match i with
| .inl i => g i