Informal definitions and lemmas #
Is true if and only if a ConstantInfo
corresponds to an InformalLemma
or a
InformalDefinition
.
Equations
Instances For
Is true if and only if a ConstantInfo
corresponds to an InformalLemma
.
Equations
- Informal.isInformalLemma (Lean.ConstantInfo.defnInfo c) = c.type.isConstOf `InformalLemma
- Informal.isInformalLemma x✝ = false
Instances For
Is true if and only if a ConstantInfo
corresponds to an InformalDefinition
.
Equations
- Informal.isInformalDef (Lean.ConstantInfo.defnInfo c) = c.type.isConstOf `InformalDefinition
- Informal.isInformalDef x✝ = false
Instances For
Takes a ConstantInfo
corresponding to a InformalLemma
and returns
the corresponding InformalLemma
.
Equations
- One or more equations did not get rendered due to their size.
- Informal.constantInfoToInformalLemma (Lean.ConstantInfo.defnInfo c_1) = Lean.evalConstCheck InformalLemma `InformalLemma c_1.name
Instances For
Takes a ConstantInfo
corresponding to a InformalDefinition
and returns
the corresponding InformalDefinition
.
Equations
- One or more equations did not get rendered due to their size.
- Informal.constantInfoToInformalDefinition (Lean.ConstantInfo.defnInfo c_1) = Lean.evalConstCheck InformalDefinition `InformalDefinition c_1.name
Instances For
The number of informal lemmas in PhysLean.
Equations
- One or more equations did not get rendered due to their size.
Instances For
The number of informal definitions in PhysLean.
Equations
- One or more equations did not get rendered due to their size.