def
definition
def or abbrev
countLawCert
show as:
view Lean formalization →
formal statement (Lean)
193def countLawCert : CountLawCert where
194 card_law := countLaw_implies_card
proof body
Definition body.
195 no_extra := countLaw_implies_no_extra
196 booker_instance := bookerCountLaw
197 booker_card_via_law := booker_count_via_law
198
199end
200
201end TwoToTheDMinusOne
202end Patterns
203end IndisputableMonolith