All proofs
Project-declaredLean 4.29.1 · mathlib@5e932f97

Equation1323 not implies Equation2744

Eq1323.Equation1323_not_implies_Equation2744

Plain-language statement

Exact Lean statement

@[equational_result]
theorem Equation1323_not_implies_Equation2744 :
    ∃ (G: Type) (_: Magma G), Equation1323 G ∧ ¬ Equation2744 G

Formal artifact

Lean source

Canonical source
Full Lean sourceLean 4
@[equational_result]theorem Equation1323_not_implies_Equation2744 :     (G: Type) (_: Magma G), Equation1323 G  ¬ Equation2744 G := by   let f, axiom3, hf := exists_complete_function seed  use G, op f   constructor  · apply eq1323_if_conditions G _    apply op_RSy_LSy_eq_Id f    apply op_Ly_Ry_eq_LSy f axiom3  · by_contra h2744    apply Equation2744_left_injectivity at h2744    have : f seed1.lhs = f seed2.lhs := by      rw [hf seed1 (by simp [seed]), seed1]      rw [hf seed2 (by simp [seed]), seed2]    have : op f (.root (seed1.lhs).x) (.root (seed1.lhs).y) = op f (.root (1, a)) (.root (1, b')) := by      simpa [op, Relation.lhs.nonDiag, (by decide : a  b')]    absurd h2744 (.root (1, a)) this    decide
Project
Equational Theories
License
Apache-2.0
Commit
7e276a2d05e8
Source
equational_theories/ManuallyProved/Equation1323.lean:672-691

Reuse this declaration

Bring the exact result into your workflow

The import identifies the source module. Your project still needs the pinned package dependency shown on this page.

What this badge means

This completion status comes from the project or community source. It has not yet been represented here as an independent rebuild and axiom audit.

Continue in this project

Related declarations

Project-declaredLean 4.29.1

Assoc Implies Sgr Proj Faithful

AssocImpliesSgrProjFaithful

Project documentation

Example usage of AssocFullyRightAssociate -/ theorem Assoc4 {G : Type _} [Magma G] (assoc : Equation4512 G) : ∀ x y z w : G, ((x ◇ y) ◇ z) ◇ w = x ◇ (y ◇ (z ◇ w)) := fun x y z w ↦ AssocFullyRightAssociate assoc (fun | 0 => x | 1 => y | 2 => z | 3 => w : Fin 4 → G) (((Lf 0 ⋆ Lf 1) ⋆ Lf 2) ⋆ Lf 3) inductive FreeSemigroup (α : Type _) | Singleton : α → FreeS...

universal algebraequational logiccombinatorics

Source project: Equational Theories

Person-level attribution pending.

View proof record
Project-declaredLean 4.29.1

Eq255 equiv Lx Rx

Eq677.eq255_equiv_LxRx

Plain-language statement

Blueprint Lemma 13.2(v). E255 at x ↔ L_x ∘ R_x has a fixed point.

universal algebraequational logiccombinatorics

Source project: Equational Theories

Person-level attribution pending.

View proof record