blob: d81dabd3d57b9b82f3d4a0d607dfe128d33fba16 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
|
[ BlockLemma
( SourcePos
{ sourceName = "test/examples/no-reflexive-set.tex"
, sourceLine = Pos 1
, sourceColumn = Pos 1
}
)
( Marker "in_irrefl" )
( Lemma []
( StmtQuantPhrase
( QuantPhrase Universally NounPhrase ( [] )
( Noun
( SgPl
{ sg =
[ Just
( Word "set" )
]
, pl =
[ Just
( Word "sets" )
]
}
) []
)
(
[ NamedVar "A" ]
) ( [] ) ( Nothing )
)
( StmtFormula
( FormulaChain
( ChainBase
( ExprVar
( NamedVar "A" ) :| []
) Negative
( RelationSymbol
( Command "in" )
) []
( ExprVar
( NamedVar "A" ) :| []
)
)
)
)
)
)
, BlockProof
( SourcePos
{ sourceName = "test/examples/no-reflexive-set.tex"
, sourceLine = Pos 4
, sourceColumn = Pos 1
}
)
( BySetInduction Nothing ( Qed JustificationEmpty ) )
]
|