Custom tactics for ZF #
This file registers label attributes and defines the zrel, zpfun, zfun, and zdom
tactics used to discharge relation, partial-function, function, and domain-membership side
goals.
Equations
- Parser.Attr.zrel = Lean.ParserDescr.node `Parser.Attr.zrel 1024 (Lean.ParserDescr.nonReservedSymbol "zrel" false)
Instances For
Equations
- Parser.Attr.zpfun = Lean.ParserDescr.node `Parser.Attr.zpfun 1024 (Lean.ParserDescr.nonReservedSymbol "zpfun" false)
Instances For
Equations
- Parser.Attr.zfun = Lean.ParserDescr.node `Parser.Attr.zfun 1024 (Lean.ParserDescr.nonReservedSymbol "zfun" false)
Instances For
Equations
- Parser.Attr.zdom = Lean.ParserDescr.node `Parser.Attr.zdom 1024 (Lean.ParserDescr.nonReservedSymbol "zdom" false)
Instances For
Equations
- Parser.Attr.zdom_conv = Lean.ParserDescr.node `Parser.Attr.zdom_conv 1024 (Lean.ParserDescr.nonReservedSymbol "zdom_conv" false)
Instances For
Thanks to Ghilain for the idea of registering specific attributes
Equations
- ZFTactics.tacticZrel = Lean.ParserDescr.node `ZFTactics.tacticZrel 1024 (Lean.ParserDescr.nonReservedSymbol "zrel" false)
Instances For
Equations
- ZFTactics.tacticZpfun = Lean.ParserDescr.node `ZFTactics.tacticZpfun 1024 (Lean.ParserDescr.nonReservedSymbol "zpfun" false)
Instances For
Equations
- ZFTactics.tacticZfun = Lean.ParserDescr.node `ZFTactics.tacticZfun 1024 (Lean.ParserDescr.nonReservedSymbol "zfun" false)
Instances For
Equations
- ZFTactics.tacticZdom = Lean.ParserDescr.node `ZFTactics.tacticZdom 1024 (Lean.ParserDescr.nonReservedSymbol "zdom" false)