def
definition
semanticRelationsCert
show as:
view math explainer →
open explainer
Read the cached plain-language explainer.
open lean source
IndisputableMonolith.Linguistics.SemanticRelationsFromConfigDim on GitHub at line 28.
browse module
All declarations in this module, on Recognition.
explainer page
depends on
formal source
25structure SemanticRelationsCert where
26 five_relations : Fintype.card SemanticRelation = 5
27
28def semanticRelationsCert : SemanticRelationsCert where
29 five_relations := semanticRelation_count
30
31end IndisputableMonolith.Linguistics.SemanticRelationsFromConfigDim