Theorems · Theorem · group theory
FreeSemigroup.mk.injEq
∀ {α : Type u} (head : α) (tail : List α) (head_1 : α) (tail_1 : List α),
({ head := head, tail := tail } = { head := head_1, tail := tail_1 }) = (head = head_1 ∧ tail = tail_1)- Defined in
- Mathlib.Algebra.Free
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 8 from the axioms · uses propext
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites2
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- FreeSemigroupstatement · cited by 43
- FreeSemigroup.mk.injproof · cited by 1
Cited by1
Results whose statement or proof uses this declaration.
- FreeSemigroup.toFreeMonoid_injectiveproof · cited by 0