-
Notifications
You must be signed in to change notification settings - Fork 47
/
_CoqProject
94 lines (89 loc) · 2.53 KB
/
_CoqProject
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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
-Q classical mathcomp.classical
-Q reals mathcomp.reals
-Q reals_stdlib mathcomp.reals_stdlib
-Q experimental_reals mathcomp.experimental_reals
-Q theories mathcomp.analysis
-Q analysis_stdlib mathcomp.analysis_stdlib
-arg -w -arg -parsing
-arg -w -arg +undeclared-scope
-arg -w -arg +non-primitive-record
-arg -w -arg -ambiguous-paths
-arg -w -arg -redundant-canonical-projection
-arg -w -arg -projection-no-head-constant
classical/all_classical.v
classical/boolp.v
classical/contra.v
classical/wochoice.v
classical/classical_sets.v
classical/mathcomp_extra.v
classical/functions.v
classical/cardinality.v
classical/fsbigop.v
classical/set_interval.v
classical/classical_orders.v
classical/filter.v
reals/constructive_ereal.v
reals/reals.v
reals/real_interval.v
reals/signed.v
reals/itv.v
reals/prodnormedzmodule.v
reals/nsatz_realtype.v
reals/all_reals.v
experimental_reals/xfinmap.v
experimental_reals/discrete.v
experimental_reals/realseq.v
experimental_reals/realsum.v
experimental_reals/distr.v
reals_stdlib/Rstruct.v
theories/all_analysis.v
theories/landau.v
theories/topology_theory/topology.v
theories/topology_theory/bool_topology.v
theories/topology_theory/compact.v
theories/topology_theory/connected.v
theories/topology_theory/matrix_topology.v
theories/topology_theory/nat_topology.v
theories/topology_theory/order_topology.v
theories/topology_theory/product_topology.v
theories/topology_theory/pseudometric_structure.v
theories/topology_theory/subspace_topology.v
theories/topology_theory/subtype_topology.v
theories/topology_theory/supremum_topology.v
theories/topology_theory/topology_structure.v
theories/topology_theory/uniform_structure.v
theories/topology_theory/weak_topology.v
theories/topology_theory/num_topology.v
theories/topology_theory/quotient_topology.v
theories/topology_theory/one_point_compactification.v
theories/topology_theory/sigT_topology.v
theories/homotopy_theory/homotopy.v
theories/homotopy_theory/wedge_sigT.v
theories/homotopy_theory/path.v
theories/separation_axioms.v
theories/function_spaces.v
theories/ereal.v
theories/cantor.v
theories/tvs.v
theories/normedtype.v
theories/realfun.v
theories/sequences.v
theories/exp.v
theories/trigo.v
theories/esum.v
theories/lebesgue_measure.v
theories/lebesgue_stieltjes_measure.v
theories/forms.v
theories/derive.v
theories/measure.v
theories/numfun.v
theories/lebesgue_integral.v
theories/ftc.v
theories/hoelder.v
theories/probability.v
theories/convex.v
theories/charge.v
theories/kernel.v
theories/showcase/summability.v
analysis_stdlib/Rstruct_topology.v
analysis_stdlib/showcase/uniform_bigO.v