// This prints the left floatting menu
Dedukti    Load Matita      Load Coq         Load Lean        Load PVS         Load OpenTheory Load
Dedukti-jumb

Constant

logic.eq

Type

∀ A, A → A → ℙ

Main Dependencies
Theory

Coq-Jumb
Type

Parameter eq : forall (A:Type), A -> A -> Prop



Matita-Jumb
Type

axiom eq : \forall A : Type[0] . A -> A -> Prop



Lean-jumb
Type

constant eq : forall (A : Type) , (A) -> (A) -> Prop



PVS-jumb

Type

eq [A:TYPE+] : [A -> [A -> bool]]



OpenTheory

Printing for OpenTheory is not working at the moment.