Equations
- Lean.Data.AC.instInhabitedExpr = { default := Lean.Data.AC.Expr.var default }
Equations
- Lean.Data.AC.instReprExpr = { reprPrec := Lean.Data.AC.reprExpr✝ }
Equations
- Lean.Data.AC.instBEqExpr = { beq := Lean.Data.AC.beqExpr✝ }
- value : α
- neutral : Option (PLift (Std.LawfulIdentity op self.value))
Instances For
- op : α → α → α
- assoc : Std.Associative self.op
- comm : Option (PLift (Std.Commutative self.op))
- idem : Option (PLift (Std.IdempotentOp self.op))
- arbitrary : α
Instances For
Equations
- One or more equations did not get rendered due to their size.
Equations
- One or more equations did not get rendered due to their size.
Equations
Instances For
Equations
- Lean.Data.AC.evalList β ctx [] = Lean.Data.AC.EvalInformation.arbitrary ctx
- Lean.Data.AC.evalList β ctx [x_1] = Lean.Data.AC.EvalInformation.evalVar ctx x_1
- Lean.Data.AC.evalList β ctx (x_1 :: xs) = Lean.Data.AC.EvalInformation.evalOp ctx (Lean.Data.AC.EvalInformation.evalVar ctx x_1) (Lean.Data.AC.evalList β ctx xs)
Instances For
Instances For
Equations
Instances For
Equations
- One or more equations did not get rendered due to their size.
- Lean.Data.AC.removeNeutrals.loop ctx [] = []
Instances For
Equations
- One or more equations did not get rendered due to their size.
Instances For
noncomputable def
Lean.Data.AC.List.two_step_induction
{motive : List Nat → Sort u}
(l : List Nat)
(empty : motive [])
(single : (a : Nat) → motive [a])
(step : (a b : Nat) → (l : List Nat) → motive (b :: l) → motive (a :: b :: l))
:
motive l
Equations
- One or more equations did not get rendered due to their size.
Instances For
theorem
Lean.Data.AC.Context.eq_of_norm
{α : Sort u_1}
(ctx : Context α)
(a b : Expr)
(h : (norm ctx a == norm ctx b) = true)
: