Advertisement
Guest User

Untitled

a guest
Aug 24th, 2019
128
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 15.85 KB | None | 0 0
  1. /- All declarations in mathlib that
  2. * are a lemma/theorem but construct data
  3. * are a definition, but define an element of a proposition
  4.  
  5. All automatically generated definitions and all instances are filtered out.
  6. -/
  7.  
  8. -- topology\uniform_space\uniform_embedding.lean
  9. #print uniform_inducing.mk' -- is a def, should be a lemma/theorem
  10.  
  11. -- topology\order.lean
  12. #print continuous_iff_continuous_on_univ -- is a def, should be a lemma/theorem
  13.  
  14. -- topology\opens.lean
  15. #print topological_space.opens.gc -- is a def, should be a lemma/theorem
  16.  
  17. -- topology\metric_space\isometry.lean
  18. #print isometry.isometric_on_range -- is a lemma/theorem, should be a def
  19.  
  20. -- topology\maps.lean
  21. #print embedding.mk' -- is a def, should be a lemma/theorem
  22. #print dense_range.inhabited -- is a lemma/theorem, should be a def
  23.  
  24. -- topology\constructions.lean
  25. #print homeomorph.continuous -- is a def, should be a lemma/theorem
  26. #print dense_embedding.prod -- is a def, should be a lemma/theorem
  27. #print dense_embedding.subtype -- is a def, should be a lemma/theorem
  28. #print dense_inducing.prod -- is a def, should be a lemma/theorem
  29.  
  30. -- topology\algebra\group.lean
  31. #print nhds_is_add_hom -- is a def, should be a lemma/theorem
  32. #print nhds_is_mul_hom -- is a def, should be a lemma/theorem
  33.  
  34. -- tactic\omega\nat\preterm.lean
  35. #print omega.nat.preterm.val_constant -- is a def, should be a lemma/theorem
  36.  
  37. -- tactic\omega\nat\form.lean
  38. #print omega.nat.form.holds_constant -- is a def, should be a lemma/theorem
  39.  
  40. -- tactic\omega\coeffs.lean
  41. #print omega.coeffs.val_set -- is a def, should be a lemma/theorem
  42. #print omega.coeffs.val_except_add_eq -- is a def, should be a lemma/theorem
  43. #print omega.coeffs.val_between_set -- is a def, should be a lemma/theorem
  44.  
  45. -- tactic\omega\clause.lean
  46. #print omega.clause.holds_append -- is a def, should be a lemma/theorem
  47.  
  48. -- tactic\monotonicity\interactive.lean
  49. #print tactic.interactive.apply_rel -- is a lemma/theorem, should be a def
  50.  
  51. -- tactic\interactive.lean
  52. #print tactic.interactive.generalize_a_aux -- is a lemma/theorem, should be a def
  53.  
  54. -- tactic\chain.lean
  55. #print tactic.tactic_script.base.inj_eq -- is a def, should be a lemma/theorem
  56. #print tactic.tactic_script.pack_1_2.inj -- is a def, should be a lemma/theorem
  57. #print tactic.tactic_script.primitive.pack_unpack -- is a def, should be a lemma/theorem
  58. #print tactic.tactic_script.work.sizeof_spec -- is a def, should be a lemma/theorem
  59. #print tactic.tactic_script.unpack_pack_1_2 -- is a def, should be a lemma/theorem
  60. #print tactic.tactic_script.work.inj_eq -- is a def, should be a lemma/theorem
  61. #print tactic.tactic_script.primitive.pack.list.nil.spec -- is a def, should be a lemma/theorem
  62. #print tactic.tactic_script.sizeof_pack_1_2 -- is a def, should be a lemma/theorem
  63. #print tactic.tactic_script.base.inj -- is a def, should be a lemma/theorem
  64. #print tactic.tactic_script.base.sizeof_spec -- is a def, should be a lemma/theorem
  65. #print tactic.tactic_script.primitive.pack.list.cons.spec -- is a def, should be a lemma/theorem
  66. #print tactic.tactic_script.primitive.pack.inj -- is a def, should be a lemma/theorem
  67. #print tactic.tactic_script.pack_unpack_1_2 -- is a def, should be a lemma/theorem
  68. #print tactic.tactic_script.primitive.unpack_pack -- is a def, should be a lemma/theorem
  69. #print tactic.tactic_script.primitive.sizeof_pack -- is a def, should be a lemma/theorem
  70. #print tactic.tactic_script.work.inj -- is a def, should be a lemma/theorem
  71.  
  72. -- set_theory\zfc.lean
  73. #print classical.all_definable -- is a lemma/theorem, should be a def
  74.  
  75. -- set_theory\ordinal.lean
  76. #print cardinal.ord_eq_min -- is a def, should be a lemma/theorem
  77. #print embedding_to_cardinal -- is a lemma/theorem, should be a def
  78. #print ordinal.div_def -- is a def, should be a lemma/theorem
  79.  
  80. -- set_theory\lists.lean
  81. #print lists'.subset.nil -- is a def, should be a lemma/theorem
  82. #print lists'.subset.cons -- is a def, should be a lemma/theorem
  83. #print lists'.subset.rec -- is a def, should be a lemma/theorem
  84. #print lists'.subset.cases_on -- is a def, should be a lemma/theorem
  85. #print lists.equiv.antisymm -- is a def, should be a lemma/theorem
  86. #print lists.equiv.refl -- is a def, should be a lemma/theorem
  87. #print lists.equiv.rec -- is a def, should be a lemma/theorem
  88. #print lists.equiv.cases_on -- is a def, should be a lemma/theorem
  89.  
  90. -- ring_theory\power_series.lean
  91. #print mv_power_series.is_local_ring -- is a def, should be a lemma/theorem
  92.  
  93. -- ring_theory\ideals.lean
  94. #print ideal.zero_ne_one_of_proper -- is a def, should be a lemma/theorem
  95.  
  96. -- ring_theory\algebra.lean
  97. #print algebra.gc -- is a def, should be a lemma/theorem
  98.  
  99. -- order\order_iso.lean
  100. #print order_iso.prod_lex_congr -- is a lemma/theorem, should be a def
  101. #print order_iso.sum_lex_congr -- is a lemma/theorem, should be a def
  102. #print order_embedding.nat_lt -- is a lemma/theorem, should be a def
  103. #print order_embedding.nat_gt -- is a lemma/theorem, should be a def
  104.  
  105. -- order\filter\pointwise.lean
  106. #print filter.pointwise_mul_map_is_monoid_hom -- is a def, should be a lemma/theorem
  107. #print filter.pointwise_add_map_is_add_monoid_hom -- is a def, should be a lemma/theorem
  108.  
  109. -- order\filter\partial.lean
  110. #print filter.mem_pmap -- is a def, should be a lemma/theorem
  111. #print filter.mem_rcomap' -- is a def, should be a lemma/theorem
  112.  
  113. -- order\filter\basic.lean
  114. #print filter.is_lawful_monad -- is a def, should be a lemma/theorem
  115.  
  116. -- order\complete_lattice.lean
  117. #print lattice.has_Inf_to_nonempty -- is a def, should be a lemma/theorem
  118. #print lattice.has_Sup_to_nonempty -- is a def, should be a lemma/theorem
  119.  
  120. -- order\basic.lean
  121. #print antisymm_of_asymm -- is a def, should be a lemma/theorem
  122. #print well_founded.lt_sup -- is a def, should be a lemma/theorem
  123.  
  124. -- number_theory\dioph.lean
  125. #print poly.ext -- is a def, should be a lemma/theorem
  126. #print poly.isp -- is a def, should be a lemma/theorem
  127. #print poly.induction -- is a def, should be a lemma/theorem
  128.  
  129. -- measure_theory\ae_eq_fun.lean
  130. #print measure_theory.ae_eq_fun.lift_rel_mk_mk -- is a def, should be a lemma/theorem
  131.  
  132. -- logic\basic.lean
  133. #print imp_intro -- is a lemma/theorem, should be a def
  134. #print not.elim -- is a lemma/theorem, should be a def
  135. #print Exists.imp -- is a def, should be a lemma/theorem
  136. #print classical.dec_rel -- is a lemma/theorem, should be a def
  137. #print classical.dec_eq -- is a lemma/theorem, should be a def
  138. #print classical.dec_pred -- is a lemma/theorem, should be a def
  139. #print classical.dec -- is a lemma/theorem, should be a def
  140.  
  141. -- linear_algebra\finsupp_vector_space.lean
  142. #print fin_dim_vectorspace_equiv -- is a lemma/theorem, should be a def
  143.  
  144. -- group_theory\sylow.lean
  145. #print sylow.fixed_points_mul_left_cosets_equiv_quotient -- is a lemma/theorem, should be a def
  146.  
  147. -- group_theory\free_group.lean
  148. #print free_group.to_word.inj -- is a def, should be a lemma/theorem
  149. #print free_group.to_word.mk -- is a def, should be a lemma/theorem
  150.  
  151. -- data\seq\computation.lean
  152. #print computation.lift_rel_aux.ret_left -- is a def, should be a lemma/theorem
  153. #print computation.corec_eq -- is a def, should be a lemma/theorem
  154. #print computation.lift_rel_aux.ret_right -- is a def, should be a lemma/theorem
  155.  
  156. -- data\rat\order.lean
  157. #print rat.nonneg_antisymm -- is a def, should be a lemma/theorem
  158. #print rat.nonneg_add -- is a def, should be a lemma/theorem
  159. #print rat.nonneg_total -- is a def, should be a lemma/theorem
  160. #print rat.nonneg_mul -- is a def, should be a lemma/theorem
  161.  
  162. -- data\rat\basic.lean
  163. #print rat.num_denom_cases_on -- is a lemma/theorem, should be a def
  164. #print rat.num_denom_cases_on' -- is a lemma/theorem, should be a def
  165.  
  166. -- data\polynomial.lean
  167. #print polynomial.degree_lt_wf -- is a def, should be a lemma/theorem
  168.  
  169. -- data\pfun.lean
  170. #print pfun.fix_induction -- is a lemma/theorem, should be a def
  171. #print roption.ext -- is a def, should be a lemma/theorem
  172. #print pfun.ext -- is a def, should be a lemma/theorem
  173. #print pfun.ext' -- is a def, should be a lemma/theorem
  174. #print roption.ext' -- is a def, should be a lemma/theorem
  175. #print pfun.mem_preimage -- is a def, should be a lemma/theorem
  176.  
  177. -- data\matrix\basic.lean
  178. #print matrix.is_add_monoid_hom_mul_right -- is a def, should be a lemma/theorem
  179.  
  180. -- data\list\min_max.lean
  181. #print list.minimum_singleton -- is a def, should be a lemma/theorem
  182. #print list.minimum_aux_cons -- is a def, should be a lemma/theorem
  183. #print list.maximum_cons -- is a def, should be a lemma/theorem
  184. #print list.maximum_singleton -- is a def, should be a lemma/theorem
  185. #print list.minimum_cons -- is a def, should be a lemma/theorem
  186. #print list.maximum_aux_cons -- is a def, should be a lemma/theorem
  187.  
  188. -- data\finsupp.lean
  189. #print finsupp.lt_wf -- is a def, should be a lemma/theorem
  190.  
  191. -- data\finset.lean
  192. #print finset.strong_induction_on -- is a lemma/theorem, should be a def
  193.  
  194. -- data\fin.lean
  195. #print fin.mk_val -- is a def, should be a lemma/theorem
  196.  
  197. -- data\equiv\basic.lean
  198. #print equiv.subtype_quotient_equiv_quotient_subtype -- is a lemma/theorem, should be a def
  199.  
  200. -- data\equiv\algebra.lean
  201. #print mul_equiv.apply_symm_apply -- is a def, should be a lemma/theorem
  202. #print add_equiv.map_zero -- is a def, should be a lemma/theorem
  203. #print add_equiv.map_add -- is a def, should be a lemma/theorem
  204. #print mul_equiv.symm_apply_apply -- is a def, should be a lemma/theorem
  205. #print mul_equiv.map_one -- is a def, should be a lemma/theorem
  206. #print add_equiv.apply_symm_apply -- is a def, should be a lemma/theorem
  207. #print add_equiv.symm_apply_apply -- is a def, should be a lemma/theorem
  208. #print mul_equiv.map_mul -- is a def, should be a lemma/theorem
  209.  
  210. -- computability\turing_machine.lean
  211. #print turing.TM2to1.stmt_st_rec -- is a lemma/theorem, should be a def
  212.  
  213. -- category_theory\natural_transformation.lean
  214. #print category_theory.nat_trans.naturality -- is a def, should be a lemma/theorem
  215.  
  216. -- category_theory\natural_isomorphism.lean
  217. #print category_theory.nat_iso.of_components.inv_app -- is a def, should be a lemma/theorem
  218. #print category_theory.nat_iso.of_components.hom_app -- is a def, should be a lemma/theorem
  219. #print category_theory.nat_iso.of_components.app -- is a def, should be a lemma/theorem
  220.  
  221. -- category_theory\monoidal\functor.lean
  222. #print category_theory.lax_monoidal_functor.left_unitality -- is a def, should be a lemma/theorem
  223. #print category_theory.lax_monoidal_functor.right_unitality -- is a def, should be a lemma/theorem
  224. #print category_theory.lax_monoidal_functor.associativity -- is a def, should be a lemma/theorem
  225. #print category_theory.lax_monoidal_functor.μ_natural -- is a def, should be a lemma/theorem
  226.  
  227. -- category_theory\monoidal\category.lean
  228. #print category_theory.monoidal_category.triangle -- is a def, should be a lemma/theorem
  229. #print category_theory.monoidal_category.tensor_id -- is a def, should be a lemma/theorem
  230. #print category_theory.monoidal_category.right_unitor_naturality -- is a def, should be a lemma/theorem
  231. #print category_theory.monoidal_category.left_unitor_naturality -- is a def, should be a lemma/theorem
  232. #print category_theory.monoidal_category.pentagon -- is a def, should be a lemma/theorem
  233. #print category_theory.monoidal_category.associator_naturality -- is a def, should be a lemma/theorem
  234. #print category_theory.monoidal_category.tensor_comp -- is a def, should be a lemma/theorem
  235.  
  236. -- category_theory\monad\basic.lean
  237. #print category_theory.monad.assoc -- is a def, should be a lemma/theorem
  238. #print category_theory.monad.right_unit -- is a def, should be a lemma/theorem
  239. #print category_theory.monad.left_unit -- is a def, should be a lemma/theorem
  240.  
  241. -- category_theory\monad\algebra.lean
  242. #print category_theory.monad.algebra.hom.h -- is a def, should be a lemma/theorem
  243. #print category_theory.monad.algebra.assoc -- is a def, should be a lemma/theorem
  244. #print category_theory.monad.algebra.unit -- is a def, should be a lemma/theorem
  245.  
  246. -- category_theory\limits\shapes\equalizers.lean
  247. #print category_theory.limits.fork.condition -- is a def, should be a lemma/theorem
  248. #print category_theory.limits.cofork.condition -- is a def, should be a lemma/theorem
  249.  
  250. -- category_theory\limits\limits.lean
  251. #print category_theory.limits.is_limit.uniq -- is a def, should be a lemma/theorem
  252. #print category_theory.limits.is_colimit.uniq -- is a def, should be a lemma/theorem
  253. #print category_theory.limits.is_colimit.fac -- is a def, should be a lemma/theorem
  254. #print category_theory.limits.is_limit.fac -- is a def, should be a lemma/theorem
  255.  
  256. -- category_theory\limits\cones.lean
  257. #print category_theory.limits.cocone_morphism.w -- is a def, should be a lemma/theorem
  258. #print category_theory.limits.cone_morphism.w -- is a def, should be a lemma/theorem
  259.  
  260. -- category_theory\isomorphism.lean
  261. #print category_theory.iso.hom_inv_id -- is a def, should be a lemma/theorem
  262. #print category_theory.iso.inv_hom_id -- is a def, should be a lemma/theorem
  263.  
  264. -- category_theory\groupoid.lean
  265. #print category_theory.groupoid.inv_comp -- is a def, should be a lemma/theorem
  266. #print category_theory.groupoid.comp_inv -- is a def, should be a lemma/theorem
  267.  
  268. -- category_theory\functor.lean
  269. #print category_theory.functor.map_comp -- is a def, should be a lemma/theorem
  270. #print category_theory.functor.map_id -- is a def, should be a lemma/theorem
  271.  
  272. -- category_theory\fully_faithful.lean
  273. #print category_theory.faithful.injectivity -- is a def, should be a lemma/theorem
  274. #print category_theory.functor.injectivity -- is a def, should be a lemma/theorem
  275. #print category_theory.full.witness -- is a def, should be a lemma/theorem
  276.  
  277. -- category_theory\equivalence.lean
  278. #print category_theory.is_equivalence.functor_unit_iso_comp -- is a def, should be a lemma/theorem
  279. #print category_theory.equivalence.functor_unit_iso_comp -- is a def, should be a lemma/theorem
  280.  
  281. -- category_theory\comma.lean
  282. #print category_theory.comma_morphism.w -- is a def, should be a lemma/theorem
  283.  
  284. -- category_theory\category.lean
  285. #print category_theory.category.comp_id -- is a def, should be a lemma/theorem
  286. #print category_theory.category.id_comp -- is a def, should be a lemma/theorem
  287. #print category_theory.category.assoc -- is a def, should be a lemma/theorem
  288.  
  289. -- category_theory\adjunction\basic.lean
  290. #print category_theory.adjunction.core_unit_counit.left_triangle -- is a def, should be a lemma/theorem
  291. #print category_theory.adjunction.core_unit_counit.right_triangle -- is a def, should be a lemma/theorem
  292. #print category_theory.adjunction.core_hom_equiv.hom_equiv_naturality_right -- is a def, should be a lemma/theorem
  293. #print category_theory.adjunction.hom_equiv_unit -- is a def, should be a lemma/theorem
  294. #print category_theory.adjunction.hom_equiv_counit -- is a def, should be a lemma/theorem
  295. #print category_theory.adjunction.core_hom_equiv.hom_equiv_naturality_left_symm -- is a def, should be a lemma/theorem
  296.  
  297. -- category\traversable\equiv.lean
  298. #print equiv.is_lawful_functor' -- is a def, should be a lemma/theorem
  299. #print equiv.is_lawful_functor -- is a def, should be a lemma/theorem
  300.  
  301. -- algebra\ring.lean
  302. #print is_ring_hom.of_semiring -- is a def, should be a lemma/theorem
  303.  
  304. -- algebra\pointwise.lean
  305. #print set.singleton.is_monoid_hom -- is a def, should be a lemma/theorem
  306. #print set.singleton.is_add_monoid_hom -- is a def, should be a lemma/theorem
  307. #print set.singleton.is_mul_hom -- is a def, should be a lemma/theorem
  308. #print set.singleton.is_add_hom -- is a def, should be a lemma/theorem
  309. #print set.pointwise_mul_image_is_semiring_hom -- is a def, should be a lemma/theorem
  310.  
  311. -- algebra\ordered_field.lean
  312. #print div_nonneg -- is a def, should be a lemma/theorem
  313. #print div_pos -- is a def, should be a lemma/theorem
  314. #print half_lt_self -- is a def, should be a lemma/theorem
  315.  
  316. -- algebra\order_functions.lean
  317. #print abs_add -- is a def, should be a lemma/theorem
  318. #print sub_abs_le_abs_sub -- is a def, should be a lemma/theorem
  319.  
  320. -- algebra\group\hom.lean
  321. #print monoid_hom.ext -- is a def, should be a lemma/theorem
  322. #print add_monoid_hom.map_add -- is a def, should be a lemma/theorem
  323. #print add_monoid_hom.ext -- is a def, should be a lemma/theorem
  324. #print add_monoid_hom.map_zero -- is a def, should be a lemma/theorem
  325.  
  326. -- algebra\group\basic.lean
  327. #print sub_sub_cancel -- is a def, should be a lemma/theorem
  328.  
  329. -- algebra\direct_limit.lean
  330. #print add_comm_group.direct_limit.directed_system -- is a def, should be a lemma/theorem
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement