itp-interface 1.0.0__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- itp_interface/__init__.py +0 -0
- itp_interface/agent/__init__.py +0 -0
- itp_interface/agent/simple_proof_agent.py +100 -0
- itp_interface/coq_ser_api/__init__.py +165 -0
- itp_interface/coq_ser_api/contexts.py +283 -0
- itp_interface/coq_ser_api/coq_agent.py +459 -0
- itp_interface/coq_ser_api/coq_backend.py +135 -0
- itp_interface/coq_ser_api/coq_util.py +839 -0
- itp_interface/coq_ser_api/example.py +67 -0
- itp_interface/coq_ser_api/lsp_backend.py +375 -0
- itp_interface/coq_ser_api/py.typed +0 -0
- itp_interface/coq_ser_api/serapi_backend.py +841 -0
- itp_interface/coq_ser_api/util.py +145 -0
- itp_interface/coq_ser_api_old/__init__.py +2583 -0
- itp_interface/coq_ser_api_old/contexts.py +172 -0
- itp_interface/coq_ser_api_old/util.py +146 -0
- itp_interface/lean_server/__init__.py +0 -0
- itp_interface/lean_server/commands.py +484 -0
- itp_interface/lean_server/lean3_search_tool.py +358 -0
- itp_interface/lean_server/lean4_repl_interface.py +151 -0
- itp_interface/lean_server/lean4_utils.py +255 -0
- itp_interface/lean_server/lean_cmd_server.py +111 -0
- itp_interface/lean_server/lean_context.py +60 -0
- itp_interface/lean_server/lean_sync_server.py +174 -0
- itp_interface/lean_server/lean_utils.py +199 -0
- itp_interface/lean_server/py.typed +1 -0
- itp_interface/main/__init__.py +0 -0
- itp_interface/main/config/afp_data_gen.yaml +14 -0
- itp_interface/main/config/benchmark/CompCert.yaml +366 -0
- itp_interface/main/config/benchmark/GeoCoq.yaml +930 -0
- itp_interface/main/config/benchmark/UniMath.yaml +2690 -0
- itp_interface/main/config/benchmark/afp_isabelle.yaml +29200 -0
- itp_interface/main/config/benchmark/agent_proverbot_hard.yaml +247 -0
- itp_interface/main/config/benchmark/category-theory.yaml +470 -0
- itp_interface/main/config/benchmark/compcert_118_subset.yaml +148 -0
- itp_interface/main/config/benchmark/compcert_benchmark.yaml +36 -0
- itp_interface/main/config/benchmark/compcert_benchmark_hard.yaml +498 -0
- itp_interface/main/config/benchmark/compcert_benchmark_hard_1.yaml +55 -0
- itp_interface/main/config/benchmark/compcert_benchmark_hard_2.yaml +24 -0
- itp_interface/main/config/benchmark/compcert_benchmark_hard_3.yaml +95 -0
- itp_interface/main/config/benchmark/compcert_benchmark_hard_7_per_cent.yaml +78 -0
- itp_interface/main/config/benchmark/compcert_benchmark_test.yaml +38 -0
- itp_interface/main/config/benchmark/compcert_benchmark_train.yaml +340 -0
- itp_interface/main/config/benchmark/leandojo_novel_premises_test.yaml +2908 -0
- itp_interface/main/config/benchmark/leandojo_novel_premises_train.yaml +98645 -0
- itp_interface/main/config/benchmark/leandojo_novel_premises_val.yaml +2912 -0
- itp_interface/main/config/benchmark/leandojo_random.yaml +2889 -0
- itp_interface/main/config/benchmark/leandojo_random_test.yaml +2421 -0
- itp_interface/main/config/benchmark/leandojo_random_train.yaml +62729 -0
- itp_interface/main/config/benchmark/leandojo_random_val.yaml +2504 -0
- itp_interface/main/config/benchmark/math-comp.yaml +200 -0
- itp_interface/main/config/benchmark/miniF2F_test.yaml +12 -0
- itp_interface/main/config/benchmark/miniF2F_test_aime.yaml +27 -0
- itp_interface/main/config/benchmark/miniF2F_test_algebra.yaml +30 -0
- itp_interface/main/config/benchmark/miniF2F_test_amc12.yaml +57 -0
- itp_interface/main/config/benchmark/miniF2F_test_few_shot_hard.yaml +231 -0
- itp_interface/main/config/benchmark/miniF2F_test_imo.yaml +32 -0
- itp_interface/main/config/benchmark/miniF2F_test_induction.yaml +20 -0
- itp_interface/main/config/benchmark/miniF2F_test_mathd_algebra.yaml +82 -0
- itp_interface/main/config/benchmark/miniF2F_test_mathd_algebra_hard.yaml +72 -0
- itp_interface/main/config/benchmark/miniF2F_test_mathd_numbertheory.yaml +72 -0
- itp_interface/main/config/benchmark/miniF2F_test_numbertheory.yaml +20 -0
- itp_interface/main/config/benchmark/minicompcert_benchmark_1.yaml +14 -0
- itp_interface/main/config/benchmark/proverbot_hard.yaml +104 -0
- itp_interface/main/config/benchmark/re_prover.yaml +66 -0
- itp_interface/main/config/benchmark/re_prover_hard.yaml +41 -0
- itp_interface/main/config/benchmark/re_prover_very_hard.yaml +22 -0
- itp_interface/main/config/benchmark/reprover_with_retrieval.yaml +73 -0
- itp_interface/main/config/benchmark/reprover_with_retrieval_hard.yaml +30 -0
- itp_interface/main/config/benchmark/reprover_with_retrieval_neg.yaml +195 -0
- itp_interface/main/config/benchmark/simple_benchmark_1.yaml +24 -0
- itp_interface/main/config/benchmark/simple_benchmark_8.yaml +50 -0
- itp_interface/main/config/benchmark/simple_benchmark_9.yaml +65 -0
- itp_interface/main/config/benchmark/simple_benchmark_isabelle.yaml +18 -0
- itp_interface/main/config/benchmark/simple_benchmark_lean.yaml +12 -0
- itp_interface/main/config/benchmark/simple_benchmark_lean_training_data.yaml +12 -0
- itp_interface/main/config/benchmark/simple_rl_benchmark_lean.yaml +14 -0
- itp_interface/main/config/benchmark/stack_machine.yaml +13 -0
- itp_interface/main/config/benchmark/stack_machine_hard.yaml +15 -0
- itp_interface/main/config/category_theory_data_gen.yaml +14 -0
- itp_interface/main/config/category_theory_data_gen_random.yaml +16 -0
- itp_interface/main/config/compcert_data_gen_test.yaml +10 -0
- itp_interface/main/config/compcert_data_gen_train.yaml +7 -0
- itp_interface/main/config/env_settings/bm25_retrieval.yaml +2 -0
- itp_interface/main/config/env_settings/bm25_retrieval_no_dfns.yaml +2 -0
- itp_interface/main/config/env_settings/bm25_retrieval_only_local_no_dfns.yaml +2 -0
- itp_interface/main/config/env_settings/bm25_retrieval_with_print.yaml +2 -0
- itp_interface/main/config/env_settings/bm25_retrieval_with_print_only_local.yaml +2 -0
- itp_interface/main/config/env_settings/bm25_retrieval_with_print_only_local_no_dfns.yaml +2 -0
- itp_interface/main/config/env_settings/no_retrieval.yaml +2 -0
- itp_interface/main/config/experiments.yaml +12 -0
- itp_interface/main/config/geo_coq_data_gen.yaml +14 -0
- itp_interface/main/config/geo_coq_data_gen_random.yaml +16 -0
- itp_interface/main/config/leandojo_random_data_gen.yaml +16 -0
- itp_interface/main/config/math_comp_data_gen.yaml +14 -0
- itp_interface/main/config/math_comp_data_gen_random.yaml +16 -0
- itp_interface/main/config/mathlib_data_gen.yaml +14 -0
- itp_interface/main/config/repo/coq_repos.yaml +191 -0
- itp_interface/main/config/run_settings/default_coq_data_generation_transforms.yaml +24 -0
- itp_interface/main/config/run_settings/default_isabelle_data_generation_transforms.yaml +24 -0
- itp_interface/main/config/run_settings/default_lean4_data_generation_transforms.yaml +24 -0
- itp_interface/main/config/run_settings/default_lean_data_generation_transforms.yaml +24 -0
- itp_interface/main/config/simple_coq_data_gen.yaml +12 -0
- itp_interface/main/config/simple_coq_data_gen_random.yaml +17 -0
- itp_interface/main/config/simple_lean_data_gen.yaml +12 -0
- itp_interface/main/config/simple_rl_lean_data_gen.yaml +12 -0
- itp_interface/main/config/uni_math_data_gen.yaml +14 -0
- itp_interface/main/config.py +192 -0
- itp_interface/main/extract_benchmark_dataset.py +106 -0
- itp_interface/main/filter_dataset.py +107 -0
- itp_interface/main/install.py +92 -0
- itp_interface/main/merge_dataset.py +96 -0
- itp_interface/main/run_tool.py +444 -0
- itp_interface/pisa/.git +1 -0
- itp_interface/pisa/.gitignore +125 -0
- itp_interface/pisa/.idea/.gitignore +8 -0
- itp_interface/pisa/.idea/ClojureProjectResolveSettings.xml +6 -0
- itp_interface/pisa/.idea/codeStyles/Project.xml +7 -0
- itp_interface/pisa/.idea/codeStyles/codeStyleConfig.xml +5 -0
- itp_interface/pisa/.idea/inspectionProfiles/Project_Default.xml +16 -0
- itp_interface/pisa/.idea/libraries/sbt__com_google_android_annotations_4_1_1_4_jar.xml +13 -0
- itp_interface/pisa/.idea/libraries/sbt__com_google_api_grpc_proto_google_common_protos_1_17_0_jar.xml +13 -0
- itp_interface/pisa/.idea/libraries/sbt__com_google_code_findbugs_jsr305_3_0_2_jar.xml +13 -0
- itp_interface/pisa/.idea/libraries/sbt__com_google_code_gson_gson_2_8_6_jar.xml +13 -0
- itp_interface/pisa/.idea/libraries/sbt__com_google_errorprone_error_prone_annotations_2_3_4_jar.xml +13 -0
- itp_interface/pisa/.idea/libraries/sbt__com_google_guava_failureaccess_1_0_1_jar.xml +13 -0
- itp_interface/pisa/.idea/libraries/sbt__com_google_guava_guava_30_0_jre_jar.xml +13 -0
- itp_interface/pisa/.idea/libraries/sbt__com_google_guava_listenablefuture_9999_0_empty_to_avoid_conflict_with_guava_jar.xml +9 -0
- itp_interface/pisa/.idea/libraries/sbt__com_google_j2objc_j2objc_annotations_1_3_jar.xml +13 -0
- itp_interface/pisa/.idea/libraries/sbt__com_google_protobuf_protobuf_java_3_12_0_jar.xml +13 -0
- itp_interface/pisa/.idea/libraries/sbt__com_google_protobuf_protobuf_java_util_3_12_0_jar.xml +13 -0
- itp_interface/pisa/.idea/libraries/sbt__com_lihaoyi_fastparse_2_13_2_3_0_jar.xml +13 -0
- itp_interface/pisa/.idea/libraries/sbt__com_lihaoyi_geny_2_13_0_6_0_jar.xml +13 -0
- itp_interface/pisa/.idea/libraries/sbt__com_lihaoyi_sourcecode_2_13_0_2_1_jar.xml +13 -0
- itp_interface/pisa/.idea/libraries/sbt__com_thesamet_scalapb_lenses_2_13_0_10_9_jar.xml +13 -0
- itp_interface/pisa/.idea/libraries/sbt__com_thesamet_scalapb_scalapb_runtime_2_13_0_10_9_jar.xml +13 -0
- itp_interface/pisa/.idea/libraries/sbt__com_thesamet_scalapb_scalapb_runtime_grpc_2_13_0_10_9_jar.xml +13 -0
- itp_interface/pisa/.idea/libraries/sbt__com_thesamet_scalapb_zio_grpc_zio_grpc_core_2_13_0_4_2_jar.xml +13 -0
- itp_interface/pisa/.idea/libraries/sbt__com_thoughtworks_paranamer_paranamer_2_8_jar.xml +13 -0
- itp_interface/pisa/.idea/libraries/sbt__commons_io_commons_io_2_8_0_jar.xml +13 -0
- itp_interface/pisa/.idea/libraries/sbt__de_unruh_java_patterns_0_1_0_jar.xml +13 -0
- itp_interface/pisa/.idea/libraries/sbt__de_unruh_scala_isabelle_2_13_master_SNAPSHOT_jar.xml +13 -0
- itp_interface/pisa/.idea/libraries/sbt__dev_zio_izumi_reflect_2_13_1_0_0_M9_jar.xml +13 -0
- itp_interface/pisa/.idea/libraries/sbt__dev_zio_izumi_reflect_thirdparty_boopickle_shaded_2_13_1_0_0_M9_jar.xml +13 -0
- itp_interface/pisa/.idea/libraries/sbt__dev_zio_zio_2_13_1_0_3_jar.xml +13 -0
- itp_interface/pisa/.idea/libraries/sbt__dev_zio_zio_stacktracer_2_13_1_0_3_jar.xml +13 -0
- itp_interface/pisa/.idea/libraries/sbt__dev_zio_zio_streams_2_13_1_0_3_jar.xml +13 -0
- itp_interface/pisa/.idea/libraries/sbt__io_grpc_grpc_api_1_34_0_jar.xml +13 -0
- itp_interface/pisa/.idea/libraries/sbt__io_grpc_grpc_context_1_34_0_jar.xml +13 -0
- itp_interface/pisa/.idea/libraries/sbt__io_grpc_grpc_core_1_34_0_jar.xml +13 -0
- itp_interface/pisa/.idea/libraries/sbt__io_grpc_grpc_netty_1_34_0_jar.xml +13 -0
- itp_interface/pisa/.idea/libraries/sbt__io_grpc_grpc_protobuf_1_34_0_jar.xml +13 -0
- itp_interface/pisa/.idea/libraries/sbt__io_grpc_grpc_protobuf_lite_1_34_0_jar.xml +13 -0
- itp_interface/pisa/.idea/libraries/sbt__io_grpc_grpc_services_1_34_0_jar.xml +13 -0
- itp_interface/pisa/.idea/libraries/sbt__io_grpc_grpc_stub_1_34_0_jar.xml +13 -0
- itp_interface/pisa/.idea/libraries/sbt__io_netty_netty_buffer_4_1_51_Final_jar.xml +13 -0
- itp_interface/pisa/.idea/libraries/sbt__io_netty_netty_codec_4_1_51_Final_jar.xml +13 -0
- itp_interface/pisa/.idea/libraries/sbt__io_netty_netty_codec_http2_4_1_51_Final_jar.xml +13 -0
- itp_interface/pisa/.idea/libraries/sbt__io_netty_netty_codec_http_4_1_51_Final_jar.xml +13 -0
- itp_interface/pisa/.idea/libraries/sbt__io_netty_netty_codec_socks_4_1_51_Final_jar.xml +13 -0
- itp_interface/pisa/.idea/libraries/sbt__io_netty_netty_common_4_1_51_Final_jar.xml +13 -0
- itp_interface/pisa/.idea/libraries/sbt__io_netty_netty_handler_4_1_51_Final_jar.xml +13 -0
- itp_interface/pisa/.idea/libraries/sbt__io_netty_netty_handler_proxy_4_1_51_Final_jar.xml +13 -0
- itp_interface/pisa/.idea/libraries/sbt__io_netty_netty_resolver_4_1_51_Final_jar.xml +13 -0
- itp_interface/pisa/.idea/libraries/sbt__io_netty_netty_transport_4_1_51_Final_jar.xml +13 -0
- itp_interface/pisa/.idea/libraries/sbt__io_perfmark_perfmark_api_0_19_0_jar.xml +13 -0
- itp_interface/pisa/.idea/libraries/sbt__net_java_dev_jna_jna_5_3_1_jar.xml +13 -0
- itp_interface/pisa/.idea/libraries/sbt__net_liftweb_lift_json_2_13_3_4_3_jar.xml +13 -0
- itp_interface/pisa/.idea/libraries/sbt__org_apache_commons_commons_lang3_3_11_jar.xml +13 -0
- itp_interface/pisa/.idea/libraries/sbt__org_apache_commons_commons_text_1_9_jar.xml +13 -0
- itp_interface/pisa/.idea/libraries/sbt__org_checkerframework_checker_qual_3_5_0_jar.xml +13 -0
- itp_interface/pisa/.idea/libraries/sbt__org_codehaus_mojo_animal_sniffer_annotations_1_18_jar.xml +13 -0
- itp_interface/pisa/.idea/libraries/sbt__org_jetbrains_annotations_20_1_0_jar.xml +13 -0
- itp_interface/pisa/.idea/libraries/sbt__org_jline_jline_3_16_0_jar.xml +13 -0
- itp_interface/pisa/.idea/libraries/sbt__org_log4s_log4s_2_13_1_9_0_jar.xml +13 -0
- itp_interface/pisa/.idea/libraries/sbt__org_scala_lang_modules_scala_collection_compat_2_13_2_1_6_jar.xml +13 -0
- itp_interface/pisa/.idea/libraries/sbt__org_scala_lang_modules_scala_xml_2_13_1_3_0_jar.xml +13 -0
- itp_interface/pisa/.idea/libraries/sbt__org_scala_lang_scala_compiler_2_13_4_jar.xml +13 -0
- itp_interface/pisa/.idea/libraries/sbt__org_scala_lang_scala_library_2_13_4_jar.xml +23 -0
- itp_interface/pisa/.idea/libraries/sbt__org_scala_lang_scala_reflect_2_13_4_jar.xml +13 -0
- itp_interface/pisa/.idea/libraries/sbt__org_scala_lang_scalap_2_13_4_jar.xml +13 -0
- itp_interface/pisa/.idea/libraries/sbt__org_scalaz_scalaz_core_2_13_7_3_2_jar.xml +13 -0
- itp_interface/pisa/.idea/libraries/sbt__org_slf4j_slf4j_api_1_7_30_jar.xml +13 -0
- itp_interface/pisa/.idea/libraries/sbt__org_slf4j_slf4j_simple_1_7_30_jar.xml +13 -0
- itp_interface/pisa/.idea/misc.xml +7 -0
- itp_interface/pisa/.idea/modules/PISA-build.iml +127 -0
- itp_interface/pisa/.idea/modules/PISA.iml +94 -0
- itp_interface/pisa/.idea/modules.xml +9 -0
- itp_interface/pisa/.idea/other.xml +6 -0
- itp_interface/pisa/.idea/sbt.xml +20 -0
- itp_interface/pisa/.idea/scala_compiler.xml +6 -0
- itp_interface/pisa/.idea/uiDesigner.xml +124 -0
- itp_interface/pisa/.idea/vcs.xml +6 -0
- itp_interface/pisa/.scalafmt.conf +2 -0
- itp_interface/pisa/LICENSE +29 -0
- itp_interface/pisa/README.md +262 -0
- itp_interface/pisa/build.sbt +49 -0
- itp_interface/pisa/build.sh +26 -0
- itp_interface/pisa/command_generation/close_gaps.py +44 -0
- itp_interface/pisa/command_generation/conjecture_normal_order.py +62 -0
- itp_interface/pisa/command_generation/conjecturer_command_generator.py +36 -0
- itp_interface/pisa/command_generation/create_dirs.py +11 -0
- itp_interface/pisa/command_generation/find_std.py +67 -0
- itp_interface/pisa/command_generation/generate_build_commands_afp.py +15 -0
- itp_interface/pisa/command_generation/generate_build_commands_std.py +15 -0
- itp_interface/pisa/command_generation/generate_commands_afp.py +103 -0
- itp_interface/pisa/command_generation/generate_commands_mini.py +73 -0
- itp_interface/pisa/command_generation/generate_commands_std.py +69 -0
- itp_interface/pisa/command_generation/generate_hammer_extraction_text.py +5 -0
- itp_interface/pisa/command_generation/hammer_command_generator.py +40 -0
- itp_interface/pisa/command_generation/hp_search_command_generator.py +63 -0
- itp_interface/pisa/command_generation/oracle_command_generator.py +56 -0
- itp_interface/pisa/command_generation/search_command_generator.py +69 -0
- itp_interface/pisa/command_generation/summarise_problem_names.py +45 -0
- itp_interface/pisa/command_generation/tpu_hp_search.py +75 -0
- itp_interface/pisa/docker/Dockerfile +34 -0
- itp_interface/pisa/docker/docker_tutorial.md +64 -0
- itp_interface/pisa/eval_setup/copy_isabelle.py +42 -0
- itp_interface/pisa/eval_setup/copy_pisa_jars.py +18 -0
- itp_interface/pisa/mesh_transformer_utils/tokenization.py +86 -0
- itp_interface/pisa/project/build.properties +1 -0
- itp_interface/pisa/project/plugins.sbt +5 -0
- itp_interface/pisa/requirements.txt +4 -0
- itp_interface/pisa/scripts/extract_last_k_steps.py +28 -0
- itp_interface/pisa/scripts/extract_proof_corpus.py +26 -0
- itp_interface/pisa/scripts/gather_hammer_results.py +27 -0
- itp_interface/pisa/scripts/length_in_char_stats.py +20 -0
- itp_interface/pisa/scripts/mix.py +127 -0
- itp_interface/pisa/scripts/results_stat.py +52 -0
- itp_interface/pisa/scripts/test_array_job.sh +34 -0
- itp_interface/pisa/setup.sh +25 -0
- itp_interface/pisa/src/main/protobuf/server.proto +60 -0
- itp_interface/pisa/src/main/python/.idea/.gitignore +8 -0
- itp_interface/pisa/src/main/python/.idea/inspectionProfiles/Project_Default.xml +18 -0
- itp_interface/pisa/src/main/python/.idea/inspectionProfiles/profiles_settings.xml +6 -0
- itp_interface/pisa/src/main/python/.idea/misc.xml +4 -0
- itp_interface/pisa/src/main/python/.idea/modules.xml +8 -0
- itp_interface/pisa/src/main/python/.idea/python.iml +12 -0
- itp_interface/pisa/src/main/python/.idea/vcs.xml +6 -0
- itp_interface/pisa/src/main/python/conjecturing_parsing/conjecturer_postprocessing.py +59 -0
- itp_interface/pisa/src/main/python/data_extraction/extract_data.py +184 -0
- itp_interface/pisa/src/main/python/data_extraction/find_premises.py +221 -0
- itp_interface/pisa/src/main/python/data_extraction/process_data.py +129 -0
- itp_interface/pisa/src/main/python/legacy/PisaFlexibleClient.py +167 -0
- itp_interface/pisa/src/main/python/legacy/autof_test.py +74 -0
- itp_interface/pisa/src/main/python/legacy/cmd_client.py +23 -0
- itp_interface/pisa/src/main/python/legacy/convert_scala_dump_to_test_name_jsons.py +14 -0
- itp_interface/pisa/src/main/python/legacy/create_data_txt.py +72 -0
- itp_interface/pisa/src/main/python/legacy/create_finetune_tfrecords.py +311 -0
- itp_interface/pisa/src/main/python/legacy/demo.py +49 -0
- itp_interface/pisa/src/main/python/legacy/evaluate.py +108 -0
- itp_interface/pisa/src/main/python/legacy/extract_first_step.py +25 -0
- itp_interface/pisa/src/main/python/legacy/get_global_facts.py +35 -0
- itp_interface/pisa/src/main/python/legacy/mix_data.py +19 -0
- itp_interface/pisa/src/main/python/legacy/one_stage_extraction.py +111 -0
- itp_interface/pisa/src/main/python/legacy/prepare_episodic_transitions.py +137 -0
- itp_interface/pisa/src/main/python/legacy/prepare_translation_pairs.py +277 -0
- itp_interface/pisa/src/main/python/pisa_client.py +322 -0
- itp_interface/pisa/src/main/python/server_pb2.py +394 -0
- itp_interface/pisa/src/main/python/server_pb2_grpc.py +230 -0
- itp_interface/pisa/src/main/python/test_client.py +17 -0
- itp_interface/pisa/src/main/python/test_client2.py +79 -0
- itp_interface/pisa/src/main/python/utils/filters.py +59 -0
- itp_interface/pisa/src/main/python/utils/pisa_server_control.py +29 -0
- itp_interface/pisa/src/main/scala/pisa/agent/CheckSyntax.scala +257 -0
- itp_interface/pisa/src/main/scala/pisa/agent/DepThms.scala +29 -0
- itp_interface/pisa/src/main/scala/pisa/agent/PisaStat.scala +46 -0
- itp_interface/pisa/src/main/scala/pisa/agent/RefactorTest.scala +40 -0
- itp_interface/pisa/src/main/scala/pisa/agent/RepHammer.scala +95 -0
- itp_interface/pisa/src/main/scala/pisa/server/HammFacts.scala +63 -0
- itp_interface/pisa/src/main/scala/pisa/server/PisaOS.scala +881 -0
- itp_interface/pisa/src/main/scala/pisa/server/PisaOneStage.scala +540 -0
- itp_interface/pisa/src/main/scala/pisa/server/PisaOneStageServers.scala +1048 -0
- itp_interface/pisa/src/main/scala/pisa/utils/TheoryManager.scala +95 -0
- itp_interface/pisa/src/test/python/analyse_debug.py +33 -0
- itp_interface/pisa/src/test/python/extract_test_seq2seq.py +53 -0
- itp_interface/pisa/src/test/python/extract_test_theorem_ground_truth_indices.py +31 -0
- itp_interface/pisa/src/test/python/proof_originality.py +24 -0
- itp_interface/pisa/src/test/python/test_command_generator.py +25 -0
- itp_interface/pisa/src/test/python/test_model_sequence_accuracy.py +70 -0
- itp_interface/pisa/src/test/scala/pisa/Easy.scala +26 -0
- itp_interface/pisa/src/test/scala/pisa/TestCurl.scala +82 -0
- itp_interface/pisa/src/test/scala/pisa/TestIsa.scala +27 -0
- itp_interface/pisa/test.sh +19 -0
- itp_interface/pisa/universal_test_theorems.tar.gz +0 -0
- itp_interface/repo/build.py +78 -0
- itp_interface/repo/clone.py +79 -0
- itp_interface/repo/dataset_discovery.py +99 -0
- itp_interface/retrieval/__init__.py +0 -0
- itp_interface/retrieval/abstraction.py +35 -0
- itp_interface/retrieval/coq_bm25_reranker.py +153 -0
- itp_interface/retrieval/isabelle_bm25_reranker.py +86 -0
- itp_interface/retrieval/lean3_bm25_reranker.py +86 -0
- itp_interface/rl/__init__.py +0 -0
- itp_interface/rl/abstraction.py +168 -0
- itp_interface/rl/proof_action.py +172 -0
- itp_interface/rl/proof_state.py +149 -0
- itp_interface/rl/proof_tree.py +109 -0
- itp_interface/rl/simpl_proof_env_pool.py +16 -0
- itp_interface/rl/simple_proof_env.py +713 -0
- itp_interface/rl/simple_proof_env_pool.py +591 -0
- itp_interface/scripts/setup.sh +228 -0
- itp_interface/tools/__init__.py +0 -0
- itp_interface/tools/basic_utils.py +172 -0
- itp_interface/tools/bin_packing.py +61 -0
- itp_interface/tools/cache.py +93 -0
- itp_interface/tools/coq_build_spec.py +31 -0
- itp_interface/tools/coq_build_tool.py +319 -0
- itp_interface/tools/coq_context_helper.py +354 -0
- itp_interface/tools/coq_executor.py +508 -0
- itp_interface/tools/coq_local_data_generation_transform.py +158 -0
- itp_interface/tools/coq_parse_utils.py +154 -0
- itp_interface/tools/coq_raw_proofs.py +193 -0
- itp_interface/tools/coq_theorem_proof_pair_generation_transform.py +146 -0
- itp_interface/tools/coq_training_data_generator.py +76 -0
- itp_interface/tools/dynamic_coq_proof_exec.py +220 -0
- itp_interface/tools/dynamic_isabelle_proof_exec.py +229 -0
- itp_interface/tools/dynamic_lean4_proof_exec.py +236 -0
- itp_interface/tools/dynamic_lean_proof_exec.py +228 -0
- itp_interface/tools/isabelle_context_helper.py +66 -0
- itp_interface/tools/isabelle_executor.py +862 -0
- itp_interface/tools/isabelle_local_data_generation_transform.py +149 -0
- itp_interface/tools/isabelle_parse_utils.py +131 -0
- itp_interface/tools/isabelle_server.py +106 -0
- itp_interface/tools/lean4_context_helper.py +72 -0
- itp_interface/tools/lean4_local_data_generation_transform.py +122 -0
- itp_interface/tools/lean4_sync_executor.py +1193 -0
- itp_interface/tools/lean_cmd_executor.py +804 -0
- itp_interface/tools/lean_context_helper.py +327 -0
- itp_interface/tools/lean_dojo_data_generation_transform.py +206 -0
- itp_interface/tools/lean_executor.py +687 -0
- itp_interface/tools/lean_local_data_generation_transform.py +136 -0
- itp_interface/tools/lean_parse_utils.py +32 -0
- itp_interface/tools/log_utils.py +20 -0
- itp_interface/tools/proof_exec_callback.py +76 -0
- itp_interface/tools/ray_utils.py +265 -0
- itp_interface/tools/repl/.git +1 -0
- itp_interface/tools/repl/.github/workflows/ci.yml +24 -0
- itp_interface/tools/repl/.gitignore +7 -0
- itp_interface/tools/repl/.vscode/copyright.code-snippets +13 -0
- itp_interface/tools/repl/.vscode/extensions.json +13 -0
- itp_interface/tools/repl/.vscode/module-docstring.code-snippets +35 -0
- itp_interface/tools/repl/.vscode/settings.json +11 -0
- itp_interface/tools/repl/README.md +174 -0
- itp_interface/tools/repl/REPL/Frontend.lean +47 -0
- itp_interface/tools/repl/REPL/JSON.lean +186 -0
- itp_interface/tools/repl/REPL/Lean/ContextInfo.lean +9 -0
- itp_interface/tools/repl/REPL/Lean/Environment.lean +31 -0
- itp_interface/tools/repl/REPL/Lean/InfoTree/ToJson.lean +114 -0
- itp_interface/tools/repl/REPL/Lean/InfoTree.lean +272 -0
- itp_interface/tools/repl/REPL/Main.lean +323 -0
- itp_interface/tools/repl/REPL/Snapshots.lean +306 -0
- itp_interface/tools/repl/REPL/Util/Path.lean +36 -0
- itp_interface/tools/repl/REPL/Util/Pickle.lean +44 -0
- itp_interface/tools/repl/REPL.lean +4 -0
- itp_interface/tools/repl/lake-manifest.json +5 -0
- itp_interface/tools/repl/lakefile.lean +15 -0
- itp_interface/tools/repl/lean-toolchain +1 -0
- itp_interface/tools/repl/test/Mathlib/.gitignore +5 -0
- itp_interface/tools/repl/test/Mathlib/H20231110.sh +2 -0
- itp_interface/tools/repl/test/Mathlib/ReplMathlibTests.lean +1 -0
- itp_interface/tools/repl/test/Mathlib/lake-manifest.json +68 -0
- itp_interface/tools/repl/test/Mathlib/lakefile.lean +11 -0
- itp_interface/tools/repl/test/Mathlib/lean-toolchain +1 -0
- itp_interface/tools/repl/test/Mathlib/test/20240209.expected.out +20 -0
- itp_interface/tools/repl/test/Mathlib/test/20240209.in +3 -0
- itp_interface/tools/repl/test/Mathlib/test/20240209.lean +4 -0
- itp_interface/tools/repl/test/Mathlib/test/H20231020.expected.out +8 -0
- itp_interface/tools/repl/test/Mathlib/test/H20231020.in +8 -0
- itp_interface/tools/repl/test/Mathlib/test/H20231020.lean +22 -0
- itp_interface/tools/repl/test/Mathlib/test/H20231110.expected.out +4 -0
- itp_interface/tools/repl/test/Mathlib/test/H20231110.in +4 -0
- itp_interface/tools/repl/test/Mathlib/test/H20231115.expected.out +19 -0
- itp_interface/tools/repl/test/Mathlib/test/H20231115.in +5 -0
- itp_interface/tools/repl/test/Mathlib/test/H20231115_2.expected.out +18 -0
- itp_interface/tools/repl/test/Mathlib/test/H20231115_2.in +4 -0
- itp_interface/tools/repl/test/Mathlib/test/H20231115_3.expected.out +10 -0
- itp_interface/tools/repl/test/Mathlib/test/H20231115_3.in +4 -0
- itp_interface/tools/repl/test/Mathlib/test/H20231214.in +9 -0
- itp_interface/tools/repl/test/Mathlib/test/H20231214.lean +30 -0
- itp_interface/tools/repl/test/Mathlib/test/H20231215.expected.out +4 -0
- itp_interface/tools/repl/test/Mathlib/test/H20231215.in +4 -0
- itp_interface/tools/repl/test/Mathlib/test/H20231215_2.expected.out +14 -0
- itp_interface/tools/repl/test/Mathlib/test/H20231215_2.in +3 -0
- itp_interface/tools/repl/test/Mathlib/test/exact.expected.out +37 -0
- itp_interface/tools/repl/test/Mathlib/test/exact.in +10 -0
- itp_interface/tools/repl/test/Mathlib/test/import_Mathlib.lean +1 -0
- itp_interface/tools/repl/test/Mathlib/test/induction.expected.out +29 -0
- itp_interface/tools/repl/test/Mathlib/test/induction.in +10 -0
- itp_interface/tools/repl/test/Mathlib/test/induction.lean +6 -0
- itp_interface/tools/repl/test/Mathlib/test/on_goal.expected.out +22 -0
- itp_interface/tools/repl/test/Mathlib/test/on_goal.in +5 -0
- itp_interface/tools/repl/test/Mathlib/test/pickle.expected.out +16 -0
- itp_interface/tools/repl/test/Mathlib/test/pickle.in +6 -0
- itp_interface/tools/repl/test/Mathlib/test/pickle_2.expected.out +4 -0
- itp_interface/tools/repl/test/Mathlib/test/pickle_2.in +4 -0
- itp_interface/tools/repl/test/Mathlib/test.sh +41 -0
- itp_interface/tools/repl/test/all_tactics.expected.out +13 -0
- itp_interface/tools/repl/test/all_tactics.in +1 -0
- itp_interface/tools/repl/test/by_cases.expected.out +25 -0
- itp_interface/tools/repl/test/by_cases.in +8 -0
- itp_interface/tools/repl/test/by_cases.lean +4 -0
- itp_interface/tools/repl/test/calc.expected.out +32 -0
- itp_interface/tools/repl/test/calc.in +1 -0
- itp_interface/tools/repl/test/def_eval.expected.out +9 -0
- itp_interface/tools/repl/test/def_eval.in +3 -0
- itp_interface/tools/repl/test/enableInitializersExecution.expected.out +2 -0
- itp_interface/tools/repl/test/enableInitializersExecution.in +1 -0
- itp_interface/tools/repl/test/file.expected.out +8 -0
- itp_interface/tools/repl/test/file.in +1 -0
- itp_interface/tools/repl/test/file.lean +5 -0
- itp_interface/tools/repl/test/have_by_sorry.expected.out +28 -0
- itp_interface/tools/repl/test/have_by_sorry.in +6 -0
- itp_interface/tools/repl/test/import_lean.in +1 -0
- itp_interface/tools/repl/test/incomplete.expected.out +18 -0
- itp_interface/tools/repl/test/incomplete.in +3 -0
- itp_interface/tools/repl/test/incomplete.lean +0 -0
- itp_interface/tools/repl/test/infotree.expected.out +20 -0
- itp_interface/tools/repl/test/infotree.in +2 -0
- itp_interface/tools/repl/test/invalid_tactic.expected.out +20 -0
- itp_interface/tools/repl/test/invalid_tactic.in +3 -0
- itp_interface/tools/repl/test/name_generator.expected.out +53 -0
- itp_interface/tools/repl/test/name_generator.in +18 -0
- itp_interface/tools/repl/test/no_goal_sorry.expected.out +11 -0
- itp_interface/tools/repl/test/no_goal_sorry.in +1 -0
- itp_interface/tools/repl/test/no_goal_sorry_2.expected.out +12 -0
- itp_interface/tools/repl/test/no_goal_sorry_2.in +1 -0
- itp_interface/tools/repl/test/options.expected.out +17 -0
- itp_interface/tools/repl/test/options.in +6 -0
- itp_interface/tools/repl/test/pickle_environment.expected.out +8 -0
- itp_interface/tools/repl/test/pickle_environment.in +7 -0
- itp_interface/tools/repl/test/pickle_environment_with_imports.expected.out +10 -0
- itp_interface/tools/repl/test/pickle_environment_with_imports.in +9 -0
- itp_interface/tools/repl/test/pickle_open.expected.out +8 -0
- itp_interface/tools/repl/test/pickle_open.in +7 -0
- itp_interface/tools/repl/test/pickle_open_2.expected.out +4 -0
- itp_interface/tools/repl/test/pickle_open_2.in +3 -0
- itp_interface/tools/repl/test/pickle_open_scoped.expected.out +18 -0
- itp_interface/tools/repl/test/pickle_open_scoped.in +8 -0
- itp_interface/tools/repl/test/pickle_open_scoped_2.expected.out +14 -0
- itp_interface/tools/repl/test/pickle_open_scoped_2.in +3 -0
- itp_interface/tools/repl/test/pickle_proof_state_1.expected.out +26 -0
- itp_interface/tools/repl/test/pickle_proof_state_1.in +15 -0
- itp_interface/tools/repl/test/pickle_proof_state_2.expected.out +4 -0
- itp_interface/tools/repl/test/pickle_proof_state_2.in +3 -0
- itp_interface/tools/repl/test/pickle_proof_state_env.expected.out +26 -0
- itp_interface/tools/repl/test/pickle_proof_state_env.in +15 -0
- itp_interface/tools/repl/test/pickle_scoped_notation.in +16 -0
- itp_interface/tools/repl/test/pickle_scoped_notation_2.in +3 -0
- itp_interface/tools/repl/test/proof_step.expected.out +18 -0
- itp_interface/tools/repl/test/proof_step.in +7 -0
- itp_interface/tools/repl/test/readme.expected.out +16 -0
- itp_interface/tools/repl/test/readme.in +5 -0
- itp_interface/tools/repl/test/sorry_hypotheses.expected.out +16 -0
- itp_interface/tools/repl/test/sorry_hypotheses.in +4 -0
- itp_interface/tools/repl/test/synthesize_placeholder.expected.out +7 -0
- itp_interface/tools/repl/test/synthesize_placeholder.in +1 -0
- itp_interface/tools/repl/test/tactic_mode_sorry.expected.out +14 -0
- itp_interface/tools/repl/test/tactic_mode_sorry.in +3 -0
- itp_interface/tools/repl/test/tactic_sorry.expected.out +12 -0
- itp_interface/tools/repl/test/tactic_sorry.in +1 -0
- itp_interface/tools/repl/test/term_sorry.expected.out +12 -0
- itp_interface/tools/repl/test/term_sorry.in +1 -0
- itp_interface/tools/repl/test/trace_simp.expected.out +41 -0
- itp_interface/tools/repl/test/trace_simp.in +15 -0
- itp_interface/tools/repl/test/unfinished_tactic_block.expected.out +11 -0
- itp_interface/tools/repl/test/unfinished_tactic_block.in +1 -0
- itp_interface/tools/repl/test/unknown_environment.expected.out +2 -0
- itp_interface/tools/repl/test/unknown_environment.in +1 -0
- itp_interface/tools/repl/test/unknown_proof_state.expected.out +14 -0
- itp_interface/tools/repl/test/unknown_proof_state.in +3 -0
- itp_interface/tools/repl/test/unknown_tactic.expected.out +14 -0
- itp_interface/tools/repl/test/unknown_tactic.in +3 -0
- itp_interface/tools/repl/test/variables.expected.out +26 -0
- itp_interface/tools/repl/test/variables.in +5 -0
- itp_interface/tools/repl/test.sh +43 -0
- itp_interface/tools/run_data_generation_transforms.py +350 -0
- itp_interface/tools/theorem_details.py +25 -0
- itp_interface/tools/training_data.py +358 -0
- itp_interface/tools/training_data_format.py +599 -0
- itp_interface-1.0.0.dist-info/METADATA +78 -0
- itp_interface-1.0.0.dist-info/RECORD +485 -0
- itp_interface-1.0.0.dist-info/WHEEL +4 -0
- itp_interface-1.0.0.dist-info/entry_points.txt +3 -0
- itp_interface-1.0.0.dist-info/licenses/LICENSE +21 -0
|
@@ -0,0 +1,2908 @@
|
|
|
1
|
+
name: leandojo_novel_premises_test
|
|
2
|
+
num_files: 449
|
|
3
|
+
language: LEAN
|
|
4
|
+
dfs_data_path_for_retrieval: null
|
|
5
|
+
dfs_metadata_filename_for_retrieval: null
|
|
6
|
+
few_shot_data_path_for_retrieval: null
|
|
7
|
+
few_shot_metadata_filename_for_retrieval: null
|
|
8
|
+
datasets:
|
|
9
|
+
- project: data/benchmarks/mathlib
|
|
10
|
+
files:
|
|
11
|
+
- path: src/data/list/basic.lean
|
|
12
|
+
theorems:
|
|
13
|
+
- list.inth_eq_iget_nth
|
|
14
|
+
- list.drop_sizeof_le
|
|
15
|
+
- list.intercalate_split_on
|
|
16
|
+
- list.append_subset_iff
|
|
17
|
+
- list.modify_nth_eq_take_cons_drop
|
|
18
|
+
- list.enum_append
|
|
19
|
+
- list.nth_modify_nth_ne
|
|
20
|
+
- list.nth_le_enum_from
|
|
21
|
+
- list.mem_pmap
|
|
22
|
+
- list.remove_nth_insert_nth
|
|
23
|
+
- list.reduce_option_length_lt_iff
|
|
24
|
+
- list.mfoldr_append
|
|
25
|
+
- list.index_of_append_of_mem
|
|
26
|
+
- list.split_on_p_spec
|
|
27
|
+
- list.scanr_aux_cons
|
|
28
|
+
- list.split_at_eq_take_drop
|
|
29
|
+
- list.nthd_eq_nth_le
|
|
30
|
+
- list.split_on_p_cons
|
|
31
|
+
- list.reduce_option_length_eq_iff
|
|
32
|
+
- list.foldl_eq_foldr'
|
|
33
|
+
- list.nth_succ_scanl
|
|
34
|
+
- list.modify_nth_tail_modify_nth_tail_same
|
|
35
|
+
- list.foldr_join
|
|
36
|
+
- list.take'_left'
|
|
37
|
+
- list.zip_left_eq_zip_left'
|
|
38
|
+
- list.map_eq_append_split
|
|
39
|
+
- list.doubleton_eq
|
|
40
|
+
- list.reduce_option_nth_iff
|
|
41
|
+
- list.nth_le_succ_scanl
|
|
42
|
+
- list.nthd_eq_default
|
|
43
|
+
- list.sublist.erase
|
|
44
|
+
- list.length_erase_of_mem
|
|
45
|
+
- list.erase_append_right
|
|
46
|
+
- list.sublist.reverse
|
|
47
|
+
- list.zip_right_eq_zip_right'
|
|
48
|
+
- list.to_chunks_eq_cons'
|
|
49
|
+
- path: src/data/list/of_fn.lean
|
|
50
|
+
theorems:
|
|
51
|
+
- list.of_fn_add
|
|
52
|
+
- list.array_eq_of_fn
|
|
53
|
+
- list.of_fn_succ'
|
|
54
|
+
- list.of_fn_fin_repeat
|
|
55
|
+
- path: src/data/list/nodup.lean
|
|
56
|
+
theorems:
|
|
57
|
+
- list.rel_nodup
|
|
58
|
+
- path: src/data/finset/mul_antidiagonal.lean
|
|
59
|
+
theorems:
|
|
60
|
+
- set.is_wf.min_mul
|
|
61
|
+
- path: src/analysis/convex/caratheodory.lean
|
|
62
|
+
theorems:
|
|
63
|
+
- caratheodory.affine_independent_min_card_finset_of_mem_convex_hull
|
|
64
|
+
- path: src/data/polynomial/field_division.lean
|
|
65
|
+
theorems:
|
|
66
|
+
- polynomial.derivative_root_multiplicity_of_root
|
|
67
|
+
- polynomial.map_dvd_map'
|
|
68
|
+
- polynomial.is_coprime_of_is_root_of_eval_derivative_ne_zero
|
|
69
|
+
- polynomial.root_set_X_pow
|
|
70
|
+
- polynomial.root_set_prod
|
|
71
|
+
- polynomial.root_set_monomial
|
|
72
|
+
- polynomial.root_multiplicity_sub_one_le_derivative_root_multiplicity
|
|
73
|
+
- polynomial.exists_root_of_degree_eq_one
|
|
74
|
+
- polynomial.root_set_C_mul_X_pow
|
|
75
|
+
- polynomial.gcd_map
|
|
76
|
+
- polynomial.monic_normalize
|
|
77
|
+
- polynomial.degree_div_le
|
|
78
|
+
- path: src/set_theory/ordinal/exponential.lean
|
|
79
|
+
theorems:
|
|
80
|
+
- ordinal.opow_le_of_limit
|
|
81
|
+
- ordinal.succ_log_def
|
|
82
|
+
- ordinal.log_opow
|
|
83
|
+
- ordinal.log_zero_right
|
|
84
|
+
- ordinal.log_opow_mul_add
|
|
85
|
+
- ordinal.div_opow_log_pos
|
|
86
|
+
- path: src/data/nat/prime_fin.lean
|
|
87
|
+
theorems:
|
|
88
|
+
- nat.pow_factors_to_finset
|
|
89
|
+
- nat.prime_pow_prime_divisor
|
|
90
|
+
- path: src/data/pfun.lean
|
|
91
|
+
theorems:
|
|
92
|
+
- pfun.core_eq
|
|
93
|
+
- pfun.core_res
|
|
94
|
+
- pfun.mem_prod_map
|
|
95
|
+
- pfun.mem_prod_lift
|
|
96
|
+
- pfun.preimage_as_subtype
|
|
97
|
+
- pfun.mem_core_res
|
|
98
|
+
- pfun.fix_fwd
|
|
99
|
+
- pfun.core_restrict
|
|
100
|
+
- path: src/set_theory/ordinal/notation.lean
|
|
101
|
+
theorems:
|
|
102
|
+
- "onote.repr_opow_aux\u2082"
|
|
103
|
+
- onote.NF.below_of_lt
|
|
104
|
+
- onote.repr_sub
|
|
105
|
+
- onote.NF_repr_split'
|
|
106
|
+
- onote.fundamental_sequence_has_prop
|
|
107
|
+
- onote.NF.zero_of_zero
|
|
108
|
+
- onote.add_NF_below
|
|
109
|
+
- onote.fast_growing_one
|
|
110
|
+
- onote.repr_opow
|
|
111
|
+
- onote.repr_scale
|
|
112
|
+
- onote.fast_growing_def
|
|
113
|
+
- onote.zero_lt_one
|
|
114
|
+
- path: src/data/multiset/powerset.lean
|
|
115
|
+
theorems:
|
|
116
|
+
- multiset.nodup_powerset
|
|
117
|
+
- multiset.powerset_aux_perm_powerset_aux'
|
|
118
|
+
- multiset.powerset_len_aux_eq_map_coe
|
|
119
|
+
- multiset.revzip_powerset_aux_perm_aux'
|
|
120
|
+
- multiset.powerset_aux_eq_map_coe
|
|
121
|
+
- multiset.map_single_le_powerset
|
|
122
|
+
- multiset.powerset_len_map
|
|
123
|
+
- multiset.powerset_len_le_powerset
|
|
124
|
+
- multiset.revzip_powerset_aux'
|
|
125
|
+
- path: src/data/polynomial/reverse.lean
|
|
126
|
+
theorems:
|
|
127
|
+
- polynomial.reflect_support
|
|
128
|
+
- polynomial.reverse_mul
|
|
129
|
+
- polynomial.rev_at_fun_inj
|
|
130
|
+
- polynomial.reflect_C_mul_X_pow
|
|
131
|
+
- polynomial.reflect_mul_induction
|
|
132
|
+
- path: src/set_theory/ordinal/principal.lean
|
|
133
|
+
theorems:
|
|
134
|
+
- ordinal.principal_add_iff_add_lt_ne_self
|
|
135
|
+
- "ordinal.principal_nfp_blsub\u2082"
|
|
136
|
+
- ordinal.principal_add_iff_zero_or_omega_opow
|
|
137
|
+
- ordinal.principal_opow_omega
|
|
138
|
+
- ordinal.principal_add_of_principal_mul
|
|
139
|
+
- ordinal.principal_mul_of_le_two
|
|
140
|
+
- path: src/analysis/special_functions/log/deriv.lean
|
|
141
|
+
theorems:
|
|
142
|
+
- real.has_sum_log_one_add_inv
|
|
143
|
+
- real.has_sum_log_sub_log_of_abs_lt_1
|
|
144
|
+
- has_strict_deriv_at.log
|
|
145
|
+
- real.has_strict_deriv_at_log
|
|
146
|
+
- path: src/analysis/convex/topology.lean
|
|
147
|
+
theorems:
|
|
148
|
+
- convex.is_path_connected
|
|
149
|
+
- convex.strict_convex'
|
|
150
|
+
- set.finite.compact_convex_hull
|
|
151
|
+
- std_simplex_subset_closed_ball
|
|
152
|
+
- path: src/model_theory/elementary_maps.lean
|
|
153
|
+
theorems:
|
|
154
|
+
- first_order.language.elementary_embedding.map_bounded_formula
|
|
155
|
+
- first_order.language.elementary_substructure.Theory_model_iff
|
|
156
|
+
- path: src/set_theory/cardinal/ordinal.lean
|
|
157
|
+
theorems:
|
|
158
|
+
- cardinal.aleph'_succ
|
|
159
|
+
- cardinal.type_cardinal
|
|
160
|
+
- cardinal.aleph_le_beth
|
|
161
|
+
- cardinal.add_le_add_iff_of_lt_aleph_0
|
|
162
|
+
- cardinal.mk_bounded_set_le_of_infinite
|
|
163
|
+
- cardinal.powerlt_aleph_0_le
|
|
164
|
+
- cardinal.aleph'_pos
|
|
165
|
+
- cardinal.eq_of_add_eq_add_right
|
|
166
|
+
- cardinal.mk_finsupp_lift_of_infinite
|
|
167
|
+
- cardinal.aleph_idx_le
|
|
168
|
+
- cardinal.extend_function_finite
|
|
169
|
+
- cardinal.ord_aleph'_eq_enum_card
|
|
170
|
+
- cardinal.eq_of_add_eq_add_left
|
|
171
|
+
- cardinal.add_eq_right
|
|
172
|
+
- cardinal.aleph'_omega
|
|
173
|
+
- path: src/data/finset/basic.lean
|
|
174
|
+
theorems:
|
|
175
|
+
- finset.sdiff_union_erase_cancel
|
|
176
|
+
- finset.ssubset_singleton_iff
|
|
177
|
+
- finset.inter_erase
|
|
178
|
+
- multiset.to_finset_dedup
|
|
179
|
+
- finset.disjoint_erase_comm
|
|
180
|
+
- finset.ssubset_iff_exists_subset_erase
|
|
181
|
+
- finset.filter_cons
|
|
182
|
+
- finset.cons_subset_cons
|
|
183
|
+
- finset.sizeof_lt_sizeof_of_mem
|
|
184
|
+
- finset.piecewise_insert
|
|
185
|
+
- finset.disjoint_bUnion_right
|
|
186
|
+
- finset.inter_filter
|
|
187
|
+
- finset.cons_induction
|
|
188
|
+
- finset.sdiff_insert
|
|
189
|
+
- finset.disjoint_or_nonempty_inter
|
|
190
|
+
- finset.nonempty.cons_induction
|
|
191
|
+
- finset.nodup_to_list
|
|
192
|
+
- finset.sdiff_eq_self
|
|
193
|
+
- list.perm_of_nodup_nodup_to_finset_eq
|
|
194
|
+
- finset.eq_singleton_or_nontrivial
|
|
195
|
+
- finset.inter_bUnion
|
|
196
|
+
- list.to_finset_cons
|
|
197
|
+
- finset.range_eq_empty_iff
|
|
198
|
+
- finset.sdiff_insert_insert_of_mem_of_not_mem
|
|
199
|
+
- finset.insert_union_distrib
|
|
200
|
+
- finset.coe_eq_pair
|
|
201
|
+
- path: src/data/finset/pointwise.lean
|
|
202
|
+
theorems:
|
|
203
|
+
- finset.one_mem_div_iff
|
|
204
|
+
- finset.univ_pow
|
|
205
|
+
- finset.smul_finset_subset_iff
|
|
206
|
+
- finset.zero_mem_smul_iff
|
|
207
|
+
- finset.subset_smul_finset_iff
|
|
208
|
+
- finset.op_smul_finset_smul_eq_smul_smul_finset
|
|
209
|
+
- finset.pow_subset_pow
|
|
210
|
+
- finset.mem_pow
|
|
211
|
+
- finset.is_unit_iff
|
|
212
|
+
- path: src/analysis/special_functions/trigonometric/chebyshev.lean
|
|
213
|
+
theorems:
|
|
214
|
+
- polynomial.chebyshev.aeval_U
|
|
215
|
+
- polynomial.chebyshev.algebra_map_eval_U
|
|
216
|
+
- polynomial.chebyshev.aeval_T
|
|
217
|
+
- polynomial.chebyshev.algebra_map_eval_T
|
|
218
|
+
- polynomial.chebyshev.U_real_cos
|
|
219
|
+
- path: src/data/fin/basic.lean
|
|
220
|
+
theorems:
|
|
221
|
+
- fin.one_mul
|
|
222
|
+
- fin.nat_add_sub_nat_cast
|
|
223
|
+
- fin.subsingleton_iff_le_one
|
|
224
|
+
- fin.coe_order_iso_apply
|
|
225
|
+
- fin.nontrivial_iff_two_le
|
|
226
|
+
- fin.coe_nat_eq_last
|
|
227
|
+
- fin.coe_sub_one
|
|
228
|
+
- fin.le_coe_last
|
|
229
|
+
- fin.succ_above_pred_above
|
|
230
|
+
- fin.sub_one_lt_iff
|
|
231
|
+
- fin.pos_iff_ne_zero
|
|
232
|
+
- path: src/data/polynomial/coeff.lean
|
|
233
|
+
theorems:
|
|
234
|
+
- polynomial.coeff_C_mul
|
|
235
|
+
- polynomial.coeff_mul_C
|
|
236
|
+
- polynomial.support_binomial
|
|
237
|
+
- polynomial.coeff_mul
|
|
238
|
+
- path: src/data/real/hyperreal.lean
|
|
239
|
+
theorems:
|
|
240
|
+
- hyperreal.st_eq_Sup
|
|
241
|
+
- hyperreal.abs_lt_real_iff_infinitesimal
|
|
242
|
+
- hyperreal.st_inv
|
|
243
|
+
- hyperreal.is_st_iff_abs_sub_lt_delta
|
|
244
|
+
- hyperreal.infinite_pos_mul_of_not_infinitesimal_neg_infinite_neg
|
|
245
|
+
- hyperreal.infinite_mul_of_not_infinitesimal_infinite
|
|
246
|
+
- hyperreal.infinite_iff_infinite_pos_abs
|
|
247
|
+
- hyperreal.lt_of_tendsto_zero_of_pos
|
|
248
|
+
- hyperreal.zero_iff_infinitesimal_real
|
|
249
|
+
- hyperreal.infinite_neg_mul_of_not_infinitesimal_neg_infinite_pos
|
|
250
|
+
- hyperreal.not_infinite_pos_add_infinite_neg
|
|
251
|
+
- hyperreal.infinite_pos_iff_infinite_of_pos
|
|
252
|
+
- hyperreal.is_st_mul
|
|
253
|
+
- hyperreal.infinitesimal_mul
|
|
254
|
+
- path: src/data/array/lemmas.lean
|
|
255
|
+
theorems:
|
|
256
|
+
- array.mem_rev_list_aux
|
|
257
|
+
- array.write_to_list
|
|
258
|
+
- array.to_list_length
|
|
259
|
+
- array.to_list_foldl
|
|
260
|
+
- path: src/analysis/inner_product_space/basic.lean
|
|
261
|
+
theorems:
|
|
262
|
+
- orthogonal_family.summable_iff_norm_sq_summable
|
|
263
|
+
- orthogonal_family.norm_sq_diff_sum
|
|
264
|
+
- inner_product_space.core.inner_self_eq_norm_mul_norm
|
|
265
|
+
- orthogonal_family.independent
|
|
266
|
+
- is_bounded_bilinear_map_inner
|
|
267
|
+
- inner_lt_one_iff_real_of_norm_one
|
|
268
|
+
- dist_div_norm_sq_smul
|
|
269
|
+
- real_inner_div_norm_mul_norm_eq_one_iff
|
|
270
|
+
- inner_eq_norm_mul_iff_div
|
|
271
|
+
- inner_mul_inner_self_le
|
|
272
|
+
- orthonormal.inner_finsupp_eq_sum_left
|
|
273
|
+
- inner_product_space.core.norm_inner_le_norm
|
|
274
|
+
- exists_maximal_orthonormal
|
|
275
|
+
- norm_inner_div_norm_mul_norm_eq_one_iff
|
|
276
|
+
- inner_product_space.core.inner_sub_right
|
|
277
|
+
- ext_inner_map
|
|
278
|
+
- orthonormal.tsum_inner_products_le
|
|
279
|
+
- inner_product_space.core.inner_sub_sub_self
|
|
280
|
+
- inner_product_space.core.cauchy_schwarz_aux
|
|
281
|
+
- orthonormal.equiv_refl
|
|
282
|
+
- path: src/data/rat/nnrat.lean
|
|
283
|
+
theorems:
|
|
284
|
+
- nnrat.to_nnrat_sum_of_nonneg
|
|
285
|
+
- nnrat.to_nnrat_prod_of_nonneg
|
|
286
|
+
- rat.to_nnrat_lt_to_nnrat_iff'
|
|
287
|
+
- rat.coe_nnabs
|
|
288
|
+
- nnrat.num_div_denom
|
|
289
|
+
- path: src/set_theory/ordinal/basic.lean
|
|
290
|
+
theorems:
|
|
291
|
+
- ordinal.rel_iso_enum'
|
|
292
|
+
- ordinal.enum_zero_le'
|
|
293
|
+
- ordinal.enum_zero_eq_bot
|
|
294
|
+
- cardinal.lift_lt_univ'
|
|
295
|
+
- cardinal.lift_lt_univ
|
|
296
|
+
- cardinal.ord_le
|
|
297
|
+
- ordinal.type_out
|
|
298
|
+
- ordinal.lift_le
|
|
299
|
+
- path: src/analysis/special_functions/pow_deriv.lean
|
|
300
|
+
theorems:
|
|
301
|
+
- complex.has_strict_deriv_at_const_cpow
|
|
302
|
+
- tendsto_one_plus_div_rpow_exp
|
|
303
|
+
- has_strict_deriv_at.rpow
|
|
304
|
+
- path: src/model_theory/syntax.lean
|
|
305
|
+
theorems:
|
|
306
|
+
- first_order.language.Lhom.id_on_bounded_formula
|
|
307
|
+
- first_order.language.bounded_formula.relabel_not
|
|
308
|
+
- first_order.language.bounded_formula.not_ex_is_qf
|
|
309
|
+
- first_order.language.bounded_formula.is_prenex_to_prenex_imp
|
|
310
|
+
- path: src/set_theory/zfc/basic.lean
|
|
311
|
+
theorems:
|
|
312
|
+
- Set.mem_of_mem_sInter
|
|
313
|
+
- Set.nonempty_mk_iff
|
|
314
|
+
- Set.hereditarily_iff
|
|
315
|
+
- pSet.not_nonempty_empty
|
|
316
|
+
- pSet.to_set_empty
|
|
317
|
+
- Set.mem_sInter
|
|
318
|
+
- Set.to_set_empty
|
|
319
|
+
- Set.sUnion_lem
|
|
320
|
+
- Set.mem_powerset
|
|
321
|
+
- Set.mem_funs
|
|
322
|
+
- Class.Cong_to_Class_empty
|
|
323
|
+
- Set.pair_injective
|
|
324
|
+
- Set.mem_prod
|
|
325
|
+
- Class.mem_wf
|
|
326
|
+
- Set.choice_mem
|
|
327
|
+
- Set.sInter_singleton
|
|
328
|
+
- Set.to_set_inter
|
|
329
|
+
- path: src/data/complex/exponential.lean
|
|
330
|
+
theorems:
|
|
331
|
+
- complex.sum_div_factorial_le
|
|
332
|
+
- real.abs_exp_sub_one_sub_id_le
|
|
333
|
+
- complex.cosh_mul_I
|
|
334
|
+
- complex.sinh_mul_I
|
|
335
|
+
- complex.cosh_add
|
|
336
|
+
- complex.tanh_of_real_im
|
|
337
|
+
- complex.sin_eq
|
|
338
|
+
- real.exp_bound_div_one_sub_of_interval
|
|
339
|
+
- complex.abs_exp
|
|
340
|
+
- real.cos_three_mul
|
|
341
|
+
- real.cos_add_cos
|
|
342
|
+
- series_ratio_test
|
|
343
|
+
- complex.sinh_of_real_im
|
|
344
|
+
- real.sin_sub_sin
|
|
345
|
+
- real.exp_approx_end'
|
|
346
|
+
- real.add_one_le_exp
|
|
347
|
+
- real.abs_exp_sub_one_le
|
|
348
|
+
- complex.exp_add
|
|
349
|
+
- is_cau_of_decreasing_bounded
|
|
350
|
+
- complex.cos_eq
|
|
351
|
+
- real.cosh_three_mul
|
|
352
|
+
- real.exp_bound_div_one_sub_of_interval_approx
|
|
353
|
+
- complex.sin_sub_sin
|
|
354
|
+
- cauchy_product
|
|
355
|
+
- complex.tan_sq_div_one_add_tan_sq
|
|
356
|
+
- complex.of_real_tan_of_real_re
|
|
357
|
+
- path: src/data/polynomial/basic.lean
|
|
358
|
+
theorems:
|
|
359
|
+
- polynomial.of_finsupp_add
|
|
360
|
+
- polynomial.X_pow_mul_monomial
|
|
361
|
+
- polynomial.of_finsupp_eq_zero
|
|
362
|
+
- polynomial.to_finsupp_eq_zero
|
|
363
|
+
- polynomial.of_finsupp_mul
|
|
364
|
+
- polynomial.to_finsupp_pow
|
|
365
|
+
- polynomial.to_finsupp_eq_one
|
|
366
|
+
- polynomial.forall_eq_iff_forall_eq
|
|
367
|
+
- polynomial.support_update
|
|
368
|
+
- polynomial.coeff_sub
|
|
369
|
+
- polynomial.support_update_zero
|
|
370
|
+
- polynomial.coeff_update_apply
|
|
371
|
+
- polynomial.to_finsupp_sub
|
|
372
|
+
- polynomial.monomial_mul_monomial
|
|
373
|
+
- path: src/data/set/lattice.lean
|
|
374
|
+
theorems:
|
|
375
|
+
- set.image_sInter_subset
|
|
376
|
+
- "set.Iic_infi\u2082"
|
|
377
|
+
- set.sUnion_Union
|
|
378
|
+
- "set.Ici_supr\u2082"
|
|
379
|
+
- set.sInter_prod_sInter
|
|
380
|
+
- "set.union_distrib_Inter\u2082_left"
|
|
381
|
+
- set.Iic_Inf
|
|
382
|
+
- set.compl_sInter
|
|
383
|
+
- set.Ici_Sup
|
|
384
|
+
- set.Inter_Inter_eq_or_left
|
|
385
|
+
- Sup_sUnion
|
|
386
|
+
- set.seq_def
|
|
387
|
+
- set.univ_pi_eq_Inter
|
|
388
|
+
- "set.Inter\u2082_union"
|
|
389
|
+
- set.sInter_Union
|
|
390
|
+
- set.inter_bInter
|
|
391
|
+
- set.inj_on.image_bInter_eq
|
|
392
|
+
- path: src/set_theory/ordinal/arithmetic.lean
|
|
393
|
+
theorems:
|
|
394
|
+
- ordinal.supr_ord
|
|
395
|
+
- ordinal.nat_cast_div
|
|
396
|
+
- ordinal.type_subrel_lt
|
|
397
|
+
- ordinal.limit_rec_on_succ
|
|
398
|
+
- ordinal.lt_mul_succ_div
|
|
399
|
+
- cardinal.ord_aleph_0
|
|
400
|
+
- ordinal.sup_eq_lsub_or_sup_succ_eq_lsub
|
|
401
|
+
- ordinal.is_limit_iff_omega_dvd
|
|
402
|
+
- ordinal.mk_initial_seg
|
|
403
|
+
- ordinal.bmex_lt_ord_succ_card
|
|
404
|
+
- ordinal.mod_one
|
|
405
|
+
- ordinal.lift_succ
|
|
406
|
+
- ordinal.bsup_succ_le_blsub
|
|
407
|
+
- well_founded.rank_eq
|
|
408
|
+
- ordinal.limit_rec_on_limit
|
|
409
|
+
- ordinal.nat_cast_mod
|
|
410
|
+
- ordinal.bsup_one
|
|
411
|
+
- ordinal.mod_self
|
|
412
|
+
- ordinal.bsup_eq_blsub_or_succ_bsup_eq_blsub
|
|
413
|
+
- ordinal.dvd_add_iff
|
|
414
|
+
- ordinal.mod_eq_of_lt
|
|
415
|
+
- ordinal.is_normal_iff_lt_succ_and_blsub_eq
|
|
416
|
+
- ordinal.lift_pred
|
|
417
|
+
- ordinal.mex_lt_ord_succ_mk
|
|
418
|
+
- ordinal.le_div
|
|
419
|
+
- path: src/data/set/image.lean
|
|
420
|
+
theorems:
|
|
421
|
+
- set.compl_compl_image
|
|
422
|
+
- set.image_injective
|
|
423
|
+
- set.preimage_inr_range_inl
|
|
424
|
+
- set.preimage_inl_range_inr
|
|
425
|
+
- set.exists_subset_range_iff
|
|
426
|
+
- set.preimage_iterate_eq
|
|
427
|
+
- set.mem_compl_image
|
|
428
|
+
- path: src/analysis/inner_product_space/l2_space.lean
|
|
429
|
+
theorems:
|
|
430
|
+
- hilbert_basis.coe_mk
|
|
431
|
+
- is_hilbert_sum.has_sum_linear_isometry_equiv_symm
|
|
432
|
+
- is_hilbert_sum.linear_isometry_equiv_symm_apply_single
|
|
433
|
+
- hilbert_basis.has_sum_repr_symm
|
|
434
|
+
- lp.summable_inner
|
|
435
|
+
- orthogonal_family.range_linear_isometry
|
|
436
|
+
- is_hilbert_sum.linear_isometry_equiv_symm_apply_dfinsupp_sum_single
|
|
437
|
+
- is_hilbert_sum.mk_internal
|
|
438
|
+
- submodule.is_hilbert_sum_orthogonal
|
|
439
|
+
- path: src/data/finsupp/defs.lean
|
|
440
|
+
theorems:
|
|
441
|
+
- finsupp.single_add_single_eq_single_add_single
|
|
442
|
+
- finsupp.card_support_eq_one'
|
|
443
|
+
- finsupp.erase_zero
|
|
444
|
+
- "finsupp.induction\u2082"
|
|
445
|
+
- finsupp.coe_eq_zero
|
|
446
|
+
- finsupp.emb_domain_apply
|
|
447
|
+
- finsupp.equiv_fun_on_finite_symm_single
|
|
448
|
+
- finsupp.unique_single_eq_iff
|
|
449
|
+
- finsupp.single_eq_update
|
|
450
|
+
- finsupp.single_add_erase
|
|
451
|
+
- path: src/data/list/rotate.lean
|
|
452
|
+
theorems:
|
|
453
|
+
- list.is_rotated_nil_iff'
|
|
454
|
+
- list.rotate_eq_singleton_iff
|
|
455
|
+
- list.prod_rotate_eq_one_of_prod_eq_one
|
|
456
|
+
- list.rotate_reverse
|
|
457
|
+
- list.is_rotated_iff_mem_map_range
|
|
458
|
+
- list.is_rotated.symm
|
|
459
|
+
- list.is_rotated_reverse_iff
|
|
460
|
+
- path: src/data/int/order/basic.lean
|
|
461
|
+
theorems:
|
|
462
|
+
- int.mul_mod
|
|
463
|
+
- int.div_eq_iff_eq_mul_left
|
|
464
|
+
- int.sign_add_eq_of_sign_eq
|
|
465
|
+
- int.abs_sign_of_nonzero
|
|
466
|
+
- int.div_eq_div_of_mul_eq_mul
|
|
467
|
+
- int.sub_div_of_dvd
|
|
468
|
+
- path: src/data/fintype/powerset.lean
|
|
469
|
+
theorems:
|
|
470
|
+
- finset.powerset_eq_univ
|
|
471
|
+
- path: src/data/finset/pi_induction.lean
|
|
472
|
+
theorems:
|
|
473
|
+
- finset.induction_on_pi_of_choice
|
|
474
|
+
- path: src/data/real/cau_seq_completion.lean
|
|
475
|
+
theorems:
|
|
476
|
+
- cau_seq.lim_eq_zero_iff
|
|
477
|
+
- cau_seq.lim_mul_lim
|
|
478
|
+
- cau_seq.lim_add
|
|
479
|
+
- cau_seq.lim_inv
|
|
480
|
+
- cau_seq.completion.mk_eq_zero
|
|
481
|
+
- path: src/data/polynomial/monic.lean
|
|
482
|
+
theorems:
|
|
483
|
+
- polynomial.monic.sub_of_right
|
|
484
|
+
- polynomial.is_unit_leading_coeff_mul_left_eq_zero_iff
|
|
485
|
+
- polynomial.monic.next_coeff_multiset_prod
|
|
486
|
+
- polynomial.nat_degree_smul_of_smul_regular
|
|
487
|
+
- polynomial.monic.mul
|
|
488
|
+
- polynomial.monic_of_injective
|
|
489
|
+
- polynomial.monic_X_pow_sub
|
|
490
|
+
- path: src/data/nat/totient.lean
|
|
491
|
+
theorems:
|
|
492
|
+
- nat.totient_gcd_mul_totient_mul
|
|
493
|
+
- nat.totient_eq_iff_prime
|
|
494
|
+
- nat.prime_iff_card_units
|
|
495
|
+
- nat.Ico_filter_coprime_le
|
|
496
|
+
- nat.totient_prime_pow
|
|
497
|
+
- path: src/data/nat/interval.lean
|
|
498
|
+
theorems:
|
|
499
|
+
- nat.Icc_pred_right
|
|
500
|
+
- nat.mod_inj_on_Ico
|
|
501
|
+
- nat.cauchy_induction_mul
|
|
502
|
+
- nat.cauchy_induction'
|
|
503
|
+
- nat.multiset_Ico_map_mod
|
|
504
|
+
- path: src/data/complex/basic.lean
|
|
505
|
+
theorems:
|
|
506
|
+
- complex.abs_re_lt_abs
|
|
507
|
+
- complex.abs_theory.abs_add
|
|
508
|
+
- path: src/data/nat/choose/dvd.lean
|
|
509
|
+
theorems:
|
|
510
|
+
- nat.prime.dvd_choose_add
|
|
511
|
+
- path: src/data/string/basic.lean
|
|
512
|
+
theorems:
|
|
513
|
+
- list.to_list_inv_as_string
|
|
514
|
+
- string.popn_empty
|
|
515
|
+
- string.length_to_list
|
|
516
|
+
- string.lt_iff_to_list_lt
|
|
517
|
+
- path: src/data/set/finite.lean
|
|
518
|
+
theorems:
|
|
519
|
+
- set.infinite.exists_ne_map_eq_of_maps_to
|
|
520
|
+
- set.finite.card_to_finset
|
|
521
|
+
- set.finite.bdd_above_bUnion
|
|
522
|
+
- set.finite.exists_lt_map_eq_of_forall_mem
|
|
523
|
+
- set.finite.pi
|
|
524
|
+
- set.seq_of_forall_finite_exists
|
|
525
|
+
- set.finite_coe_iff
|
|
526
|
+
- set.infinite_of_not_bdd_below
|
|
527
|
+
- set.finite.finite_subsets
|
|
528
|
+
- set.card_fintype_insert_of_not_mem
|
|
529
|
+
- finite.of_forall_not_lt_lt
|
|
530
|
+
- set.finite.bUnion
|
|
531
|
+
- set.card_insert
|
|
532
|
+
- path: src/set_theory/game/nim.lean
|
|
533
|
+
theorems:
|
|
534
|
+
- pgame.grundy_value_iff_equiv_zero
|
|
535
|
+
- pgame.nim_add_equiv_zero_iff
|
|
536
|
+
- pgame.grundy_value_nim_add_nim
|
|
537
|
+
- pgame.nim_add_fuzzy_zero_iff
|
|
538
|
+
- path: src/data/pnat/prime.lean
|
|
539
|
+
theorems:
|
|
540
|
+
- pnat.coprime.pow
|
|
541
|
+
- pnat.coprime.mul_right
|
|
542
|
+
- pnat.coprime.coprime_dvd_left
|
|
543
|
+
- pnat.eq_one_of_lt_two
|
|
544
|
+
- path: src/analysis/mean_inequalities.lean
|
|
545
|
+
theorems:
|
|
546
|
+
- real.inner_le_Lp_mul_Lq_of_nonneg
|
|
547
|
+
- nnreal.young_inequality_real
|
|
548
|
+
- real.geom_mean_weighted_of_constant
|
|
549
|
+
- ennreal.rpow_sum_le_const_mul_sum_rpow
|
|
550
|
+
- real.young_inequality_of_nonneg
|
|
551
|
+
- real.geom_mean_eq_arith_mean_weighted_of_constant
|
|
552
|
+
- path: src/set_theory/ordinal/fixed_point.lean
|
|
553
|
+
theorems:
|
|
554
|
+
- ordinal.nfp_add_zero
|
|
555
|
+
- ordinal.nfp_mul_zero
|
|
556
|
+
- ordinal.deriv_bfamily_eq_enum_ord
|
|
557
|
+
- ordinal.nfp_mul_opow_omega_add
|
|
558
|
+
- ordinal.mul_eq_right_iff_opow_omega_dvd
|
|
559
|
+
- ordinal.deriv_family_is_normal
|
|
560
|
+
- ordinal.deriv_add_eq_mul_omega_add
|
|
561
|
+
- ordinal.nfp_mul_eq_opow_omega
|
|
562
|
+
- ordinal.nfp_family_eq_self
|
|
563
|
+
- ordinal.deriv_family_eq_enum_ord
|
|
564
|
+
- ordinal.deriv_mul_eq_opow_omega_mul
|
|
565
|
+
- ordinal.apply_lt_nfp_bfamily
|
|
566
|
+
- path: src/data/real/ereal.lean
|
|
567
|
+
theorems:
|
|
568
|
+
- ereal.eq_top_iff_forall_lt
|
|
569
|
+
- ereal.abs_eq_zero_iff
|
|
570
|
+
- ereal.eq_bot_iff_forall_lt
|
|
571
|
+
- ereal.neg_lt_of_neg_lt
|
|
572
|
+
- ereal.to_real_sub
|
|
573
|
+
- ereal.coe_ennreal_bit1
|
|
574
|
+
- ereal.bot_mul_of_neg
|
|
575
|
+
- ereal.abs_mul
|
|
576
|
+
- ereal.coe_abs
|
|
577
|
+
- path: src/data/set/intervals/disjoint.lean
|
|
578
|
+
theorems:
|
|
579
|
+
- Union_Ici_eq_Ici_infi
|
|
580
|
+
- Union_Ici_eq_Ioi_infi
|
|
581
|
+
- path: src/data/finset/noncomm_prod.lean
|
|
582
|
+
theorems:
|
|
583
|
+
- multiset.noncomm_fold_coe
|
|
584
|
+
- finset.noncomm_prod_mul_distrib
|
|
585
|
+
- finset.noncomm_prod_map
|
|
586
|
+
- finset.noncomm_prod_to_finset
|
|
587
|
+
- multiset.noncomm_prod_eq_pow_card
|
|
588
|
+
- finset.noncomm_prod_union_of_disjoint
|
|
589
|
+
- multiset.noncomm_prod_commute
|
|
590
|
+
- multiset.noncomm_foldr_coe
|
|
591
|
+
- path: src/data/set/intervals/basic.lean
|
|
592
|
+
theorems:
|
|
593
|
+
- set.Ioo_union_Ioo
|
|
594
|
+
- set.Ioo_inter_Ioc_of_right_lt
|
|
595
|
+
- set.Iio_union_Ioo
|
|
596
|
+
- set.Icc_union_Ici
|
|
597
|
+
- set.Ico_inter_Ici
|
|
598
|
+
- set.Ico_diff_Iio
|
|
599
|
+
- set.Ico_union_Ici
|
|
600
|
+
- set.Ioo_inter_Ioc_of_left_le
|
|
601
|
+
- set.Iio_subset_Iic_iff
|
|
602
|
+
- set.Iio_union_Ico
|
|
603
|
+
- path: src/data/real/irrational.lean
|
|
604
|
+
theorems:
|
|
605
|
+
- irrational_sqrt_rat_iff
|
|
606
|
+
- irrational_nrt_of_n_not_dvd_multiplicity
|
|
607
|
+
- path: src/data/finsupp/interval.lean
|
|
608
|
+
theorems:
|
|
609
|
+
- finsupp.card_Icc
|
|
610
|
+
- finsupp.card_Iio
|
|
611
|
+
- path: src/data/setoid/basic.lean
|
|
612
|
+
theorems:
|
|
613
|
+
- setoid.map_of_surjective_eq_map
|
|
614
|
+
- setoid.sup_def
|
|
615
|
+
- path: src/analysis/convex/body.lean
|
|
616
|
+
theorems:
|
|
617
|
+
- convex_body.Hausdorff_edist_ne_top
|
|
618
|
+
- path: src/data/polynomial/hasse_deriv.lean
|
|
619
|
+
theorems:
|
|
620
|
+
- polynomial.nat_degree_hasse_deriv
|
|
621
|
+
- polynomial.hasse_deriv_mul
|
|
622
|
+
- polynomial.hasse_deriv_apply_one
|
|
623
|
+
- path: src/data/nat/modeq.lean
|
|
624
|
+
theorems:
|
|
625
|
+
- nat.modeq.eq_of_abs_lt
|
|
626
|
+
- nat.add_modeq_left
|
|
627
|
+
- nat.modeq.cancel_right_div_gcd
|
|
628
|
+
- nat.modeq.cancel_left_div_gcd
|
|
629
|
+
- nat.chinese_remainder'_lt_lcm
|
|
630
|
+
- path: src/data/finset/locally_finite.lean
|
|
631
|
+
theorems:
|
|
632
|
+
- finset.eq_of_mem_uIcc_of_mem_uIcc'
|
|
633
|
+
- finset.image_add_left_Ioo
|
|
634
|
+
- finset.card_Iio_eq_card_Iic_sub_one
|
|
635
|
+
- finset.Icc_ssubset_Icc_right
|
|
636
|
+
- finset.image_add_right_Ioo
|
|
637
|
+
- finset.Iic_eq_cons_Iio
|
|
638
|
+
- finset.Ioc_eq_cons_Ioo
|
|
639
|
+
- finset.Icc_eq_cons_Ioc
|
|
640
|
+
- finset.Ioc_eq_empty_iff
|
|
641
|
+
- finset.image_add_left_Icc
|
|
642
|
+
- finset.Icc_subset_Ico_iff
|
|
643
|
+
- finset.Icc_subset_Ioo_iff
|
|
644
|
+
- finset.map_add_left_Icc
|
|
645
|
+
- path: src/data/real/cau_seq.lean
|
|
646
|
+
theorems:
|
|
647
|
+
- cau_seq.inf_equiv_inf
|
|
648
|
+
- cau_seq.const_lt
|
|
649
|
+
- cau_seq.sub_equiv_sub
|
|
650
|
+
- cau_seq.const_le
|
|
651
|
+
- cau_seq.sup_eq_left
|
|
652
|
+
- cau_seq.smul_equiv_smul
|
|
653
|
+
- cau_seq.sup_eq_right
|
|
654
|
+
- path: src/data/set/sigma.lean
|
|
655
|
+
theorems:
|
|
656
|
+
- set.sigma_insert
|
|
657
|
+
- set.image_sigma_mk_preimage_sigma_map
|
|
658
|
+
- path: src/data/mv_polynomial/equiv.lean
|
|
659
|
+
theorems:
|
|
660
|
+
- mv_polynomial.degree_fin_succ_equiv
|
|
661
|
+
- mv_polynomial.support_fin_succ_equiv_nonempty
|
|
662
|
+
- mv_polynomial.nat_degree_fin_succ_equiv
|
|
663
|
+
- mv_polynomial.fin_succ_equiv_support
|
|
664
|
+
- path: src/data/fin/interval.lean
|
|
665
|
+
theorems:
|
|
666
|
+
- fin.map_subtype_embedding_Ioo
|
|
667
|
+
- fin.card_fintype_Iio
|
|
668
|
+
- fin.map_subtype_embedding_Iio
|
|
669
|
+
- fin.card_Icc
|
|
670
|
+
- fin.map_subtype_embedding_Ico
|
|
671
|
+
- fin.card_fintype_Ico
|
|
672
|
+
- fin.card_Ici
|
|
673
|
+
- fin.card_Ioo
|
|
674
|
+
- fin.card_fintype_Ioc
|
|
675
|
+
- path: src/data/finmap.lean
|
|
676
|
+
theorems:
|
|
677
|
+
- finmap.insert_insert_of_ne
|
|
678
|
+
- finmap.union_cancel
|
|
679
|
+
- finmap.union_to_finmap
|
|
680
|
+
- finmap.insert_singleton_eq
|
|
681
|
+
- finmap.keys_lookup_equiv_symm_apply_keys
|
|
682
|
+
- alist.to_finmap_eq
|
|
683
|
+
- finmap.keys_lookup_equiv_symm_apply_lookup
|
|
684
|
+
- finmap.lookup_insert
|
|
685
|
+
- finmap.lookup_insert_of_ne
|
|
686
|
+
- finmap.ext_lookup
|
|
687
|
+
- finmap.insert_insert
|
|
688
|
+
- finmap.extract_eq_lookup_erase
|
|
689
|
+
- finmap.mem_list_to_finmap
|
|
690
|
+
- finmap.insert_entries_of_neg
|
|
691
|
+
- finmap.insert_to_finmap
|
|
692
|
+
- finmap.insert_union
|
|
693
|
+
- finmap.erase_union_singleton
|
|
694
|
+
- finmap.sigma_keys_lookup
|
|
695
|
+
- path: src/analysis/convex/side.lean
|
|
696
|
+
theorems:
|
|
697
|
+
- affine_subspace.w_opp_side_iff_exists_wbtw
|
|
698
|
+
- affine_subspace.s_opp_side.exists_sbtw
|
|
699
|
+
- affine_subspace.is_connected_set_of_w_same_side
|
|
700
|
+
- affine_subspace.s_same_side_smul_vsub_vadd_left
|
|
701
|
+
- affine_subspace.s_same_side_vadd_right_iff
|
|
702
|
+
- affine_subspace.is_preconnected_set_of_s_same_side
|
|
703
|
+
- affine_subspace.set_of_w_opp_side_eq_image2
|
|
704
|
+
- affine_subspace.is_connected_set_of_s_same_side
|
|
705
|
+
- affine_subspace.w_same_side_and_w_opp_side_iff
|
|
706
|
+
- affine_subspace.s_opp_side_iff_exists_right
|
|
707
|
+
- affine_subspace.is_connected_set_of_s_opp_side
|
|
708
|
+
- affine_subspace.is_preconnected_set_of_s_opp_side
|
|
709
|
+
- affine_subspace.set_of_s_opp_side_eq_image2
|
|
710
|
+
- affine_subspace.set_of_s_same_side_eq_image2
|
|
711
|
+
- "wbtw.w_same_side\u2082\u2083"
|
|
712
|
+
- affine_subspace.is_preconnected_set_of_w_opp_side
|
|
713
|
+
- affine_subspace.s_opp_side_smul_vsub_vadd_left
|
|
714
|
+
- path: src/analysis/inner_product_space/gram_schmidt_ortho.lean
|
|
715
|
+
theorems:
|
|
716
|
+
- gram_schmidt_orthonormal_basis_apply_of_orthogonal
|
|
717
|
+
- inner_gram_schmidt_orthonormal_basis_eq_zero
|
|
718
|
+
- gram_schmidt_of_orthogonal
|
|
719
|
+
- span_gram_schmidt_normed
|
|
720
|
+
- gram_schmidt_inv_triangular
|
|
721
|
+
- gram_schmidt_orthonormal
|
|
722
|
+
- path: src/analysis/seminorm.lean
|
|
723
|
+
theorems:
|
|
724
|
+
- seminorm.absorbent_closed_ball
|
|
725
|
+
- seminorm.smul_inf
|
|
726
|
+
- seminorm.absorbent_ball
|
|
727
|
+
- seminorm.uniform_continuous_of_continuous_at_zero
|
|
728
|
+
- seminorm.finset_sup_le_sum
|
|
729
|
+
- seminorm.ball_norm_mul_subset
|
|
730
|
+
- seminorm.continuous_at_zero'
|
|
731
|
+
- seminorm.ball_finset_sup'
|
|
732
|
+
- seminorm.ball_zero_eq_preimage_ball
|
|
733
|
+
- seminorm.ball_zero_absorbs_ball_zero
|
|
734
|
+
- seminorm.closed_ball_finset_sup
|
|
735
|
+
- seminorm.continuous_of_continuous_at_zero
|
|
736
|
+
- path: src/set_theory/lists.lean
|
|
737
|
+
theorems:
|
|
738
|
+
- lists'.mem_cons
|
|
739
|
+
- lists.equiv.trans
|
|
740
|
+
- lists.equiv.antisymm_iff
|
|
741
|
+
- path: src/analysis/special_functions/japanese_bracket.lean
|
|
742
|
+
theorems:
|
|
743
|
+
- rpow_neg_one_add_norm_sq_le
|
|
744
|
+
- closed_ball_rpow_sub_one_eq_empty_aux
|
|
745
|
+
- one_add_norm_le_sqrt_two_mul_sqrt
|
|
746
|
+
- finite_integral_rpow_sub_one_pow_aux
|
|
747
|
+
- integrable_rpow_neg_one_add_norm_sq
|
|
748
|
+
- path: src/analysis/matrix.lean
|
|
749
|
+
theorems:
|
|
750
|
+
- matrix.linfty_op_norm_def
|
|
751
|
+
- matrix.frobenius_norm_row
|
|
752
|
+
- matrix.linfty_op_nnnorm_mul_vec
|
|
753
|
+
- matrix.linfty_op_nnnorm_mul
|
|
754
|
+
- path: src/data/list/forall2.lean
|
|
755
|
+
theorems:
|
|
756
|
+
- list.rel_filter_map
|
|
757
|
+
- "list.sublist_forall\u2082_iff"
|
|
758
|
+
- "list.forall\u2082_eq_eq_eq"
|
|
759
|
+
- "list.forall\u2082_map_right_iff"
|
|
760
|
+
- path: src/data/polynomial/ring_division.lean
|
|
761
|
+
theorems:
|
|
762
|
+
- polynomial.exists_multiset_roots
|
|
763
|
+
- polynomial.roots_pow
|
|
764
|
+
- polynomial.count_map_roots
|
|
765
|
+
- polynomial.roots_multiset_prod
|
|
766
|
+
- polynomial.not_dvd_of_nat_degree_lt
|
|
767
|
+
- polynomial.roots_map_of_injective_of_card_eq_nat_degree
|
|
768
|
+
- polynomial.root_multiplicity_add
|
|
769
|
+
- polynomial.nat_degree_pow
|
|
770
|
+
- polynomial.eq_of_monic_of_dvd_of_nat_degree_le
|
|
771
|
+
- polynomial.eq_of_infinite_eval_eq
|
|
772
|
+
- polynomial.roots_C_mul_X_pow
|
|
773
|
+
- polynomial.roots_C
|
|
774
|
+
- polynomial.card_roots_le_map_of_injective
|
|
775
|
+
- polynomial.monic.irreducible_of_irreducible_map
|
|
776
|
+
- polynomial.prod_multiset_X_sub_C_dvd
|
|
777
|
+
- path: src/data/list/sublists.lean
|
|
778
|
+
theorems:
|
|
779
|
+
- list.sublists_aux_cons_cons
|
|
780
|
+
- list.mem_sublists_len_self
|
|
781
|
+
- list.sublists_eq_sublists'
|
|
782
|
+
- list.sublists_len_succ_cons
|
|
783
|
+
- list.nodup_sublists'
|
|
784
|
+
- path: src/data/rat/lemmas.lean
|
|
785
|
+
theorems:
|
|
786
|
+
- rat.mul_self_denom
|
|
787
|
+
- rat.num_denom_mk
|
|
788
|
+
- rat.inv_coe_nat_denom_of_pos
|
|
789
|
+
- rat.inv_coe_int_denom
|
|
790
|
+
- rat.coe_int_div
|
|
791
|
+
- rat.substr_num_denom'
|
|
792
|
+
- path: src/data/polynomial/laurent.lean
|
|
793
|
+
theorems:
|
|
794
|
+
- laurent_polynomial.induction_on_mul_T
|
|
795
|
+
- laurent_polynomial.is_localization
|
|
796
|
+
- laurent_polynomial.trunc_C_mul_T
|
|
797
|
+
- laurent_polynomial.to_laurent_support
|
|
798
|
+
- laurent_polynomial.commute_T
|
|
799
|
+
- polynomial.to_laurent_X_pow
|
|
800
|
+
- laurent_polynomial.T_pow
|
|
801
|
+
- path: src/data/bool/all_any.lean
|
|
802
|
+
theorems:
|
|
803
|
+
- list.all_iff_forall
|
|
804
|
+
- list.any_iff_exists
|
|
805
|
+
- list.any_iff_exists_prop
|
|
806
|
+
- path: src/data/nat/part_enat.lean
|
|
807
|
+
theorems:
|
|
808
|
+
- part_enat.get_eq_iff_eq_coe
|
|
809
|
+
- part_enat.to_with_top_coe
|
|
810
|
+
- part_enat.dom_of_le_coe
|
|
811
|
+
- part_enat.coe_lt_top
|
|
812
|
+
- part_enat.lt_find_iff
|
|
813
|
+
- part_enat.with_top_equiv_symm_lt
|
|
814
|
+
- part_enat.add_left_cancel_iff
|
|
815
|
+
- path: src/data/nat/lattice.lean
|
|
816
|
+
theorems:
|
|
817
|
+
- nat.Inf_add
|
|
818
|
+
- nat.Inf_add'
|
|
819
|
+
- nat.Inf_upward_closed_eq_succ_iff
|
|
820
|
+
- path: src/data/num/lemmas.lean
|
|
821
|
+
theorems:
|
|
822
|
+
- pos_num.divmod_to_nat
|
|
823
|
+
- num.shiftl_to_nat
|
|
824
|
+
- znum.zneg_pred
|
|
825
|
+
- num.pred_to_nat
|
|
826
|
+
- znum.cast_succ
|
|
827
|
+
- pos_num.cast_sub'
|
|
828
|
+
- num.lxor_to_nat
|
|
829
|
+
- pos_num.nat_size_to_nat
|
|
830
|
+
- num.to_of_nat
|
|
831
|
+
- znum.of_nat_to_znum_neg
|
|
832
|
+
- znum.cast_add
|
|
833
|
+
- znum.div_zero
|
|
834
|
+
- num.sub_to_nat
|
|
835
|
+
- num.add_succ
|
|
836
|
+
- num.cast_le
|
|
837
|
+
- num.dvd_iff_mod_eq_zero
|
|
838
|
+
- znum.cast_mul
|
|
839
|
+
- znum.cast_bitm1
|
|
840
|
+
- num.pred_succ
|
|
841
|
+
- pos_num.divmod_to_nat_aux
|
|
842
|
+
- znum.of_int'_eq
|
|
843
|
+
- num.gcd_to_nat_aux
|
|
844
|
+
- znum.of_to_int
|
|
845
|
+
- num.lor_to_nat
|
|
846
|
+
- num.of_int'_to_znum
|
|
847
|
+
- num.land_to_nat
|
|
848
|
+
- path: src/data/finsupp/big_operators.lean
|
|
849
|
+
theorems:
|
|
850
|
+
- finset.support_sum_eq
|
|
851
|
+
- finset.support_sum_subset
|
|
852
|
+
- path: src/analysis/special_functions/complex/log.lean
|
|
853
|
+
theorems:
|
|
854
|
+
- complex.map_exp_comap_re_at_top
|
|
855
|
+
- continuous_at_clog
|
|
856
|
+
- complex.tendsto_log_nhds_within_im_neg_of_re_neg_of_im_zero
|
|
857
|
+
- path: src/data/matrix/pequiv.lean
|
|
858
|
+
theorems:
|
|
859
|
+
- pequiv.single_mul_single_of_ne
|
|
860
|
+
- pequiv.mul_to_pequiv_to_matrix
|
|
861
|
+
- pequiv.single_mul_single_right
|
|
862
|
+
- pequiv.to_matrix_swap
|
|
863
|
+
- path: src/data/list/alist.lean
|
|
864
|
+
theorems:
|
|
865
|
+
- alist.mk_cons_eq_insert
|
|
866
|
+
- alist.extract_eq_lookup_erase
|
|
867
|
+
- alist.mem_erase
|
|
868
|
+
- alist.insert_singleton_eq
|
|
869
|
+
- path: src/data/pnat/factors.lean
|
|
870
|
+
theorems:
|
|
871
|
+
- prime_multiset.to_of_pnat_multiset
|
|
872
|
+
- pnat.factor_multiset_le_iff
|
|
873
|
+
- pnat.factor_multiset_one
|
|
874
|
+
- prime_multiset.prod_of_nat_multiset
|
|
875
|
+
- pnat.factor_multiset_lcm
|
|
876
|
+
- pnat.count_factor_multiset
|
|
877
|
+
- path: src/data/mv_polynomial/variables.lean
|
|
878
|
+
theorems:
|
|
879
|
+
- mv_polynomial.mem_degrees
|
|
880
|
+
- mv_polynomial.total_degree_list_prod
|
|
881
|
+
- mv_polynomial.degree_of_mul_X_ne
|
|
882
|
+
- mv_polynomial.le_degrees_add
|
|
883
|
+
- mv_polynomial.total_degree_multiset_prod
|
|
884
|
+
- mv_polynomial.vars_rename
|
|
885
|
+
- mv_polynomial.vars_add_of_disjoint
|
|
886
|
+
- path: src/data/finsupp/ne_locus.lean
|
|
887
|
+
theorems:
|
|
888
|
+
- finsupp.ne_locus_eq_support_sub
|
|
889
|
+
- path: src/data/set/intervals/group.lean
|
|
890
|
+
theorems:
|
|
891
|
+
- set.pairwise_disjoint_Ico_zpow
|
|
892
|
+
- set.pairwise_disjoint_Ioo_zpow
|
|
893
|
+
- set.pairwise_disjoint_Ioo_add_int_cast
|
|
894
|
+
- set.pairwise_disjoint_Ioo_int_cast
|
|
895
|
+
- set.pairwise_disjoint_Ico_int_cast
|
|
896
|
+
- path: src/analysis/convex/combination.lean
|
|
897
|
+
theorems:
|
|
898
|
+
- convex_hull_range_eq_exists_affine_combination
|
|
899
|
+
- affine_basis.convex_hull_eq_nonneg_coord
|
|
900
|
+
- convex.finsum_mem
|
|
901
|
+
- path: src/data/set/sups.lean
|
|
902
|
+
theorems:
|
|
903
|
+
- upper_closure_sups
|
|
904
|
+
- path: src/analysis/special_functions/integrals.lean
|
|
905
|
+
theorems:
|
|
906
|
+
- integral_sin_pow_pos
|
|
907
|
+
- integral_cos_sq
|
|
908
|
+
- integral_cos_pow
|
|
909
|
+
- integral_one_div
|
|
910
|
+
- interval_integral.interval_integrable_inv
|
|
911
|
+
- integral_sin_pow
|
|
912
|
+
- integral_cos_mul_complex
|
|
913
|
+
- integral_pow
|
|
914
|
+
- integral_one_div_of_pos
|
|
915
|
+
- integral_mul_rpow_one_add_sq
|
|
916
|
+
- integral_mul_cpow_one_add_sq
|
|
917
|
+
- integral_pow_abs_sub_uIoc
|
|
918
|
+
- path: src/data/pnat/xgcd.lean
|
|
919
|
+
theorems:
|
|
920
|
+
- pnat.xgcd_type.v_eq_succ_vp
|
|
921
|
+
- pnat.xgcd_type.reduce_v
|
|
922
|
+
- pnat.xgcd_type.reduce_reduced
|
|
923
|
+
- pnat.xgcd_type.finish_is_special
|
|
924
|
+
- pnat.gcd_b'_coe
|
|
925
|
+
- pnat.xgcd_type.is_special_iff
|
|
926
|
+
- pnat.xgcd_type.reduce_special
|
|
927
|
+
- path: src/data/set/prod.lean
|
|
928
|
+
theorems:
|
|
929
|
+
- set.mk_preimage_prod_right_fn_eq_if
|
|
930
|
+
- set.prod_eq_iff_eq
|
|
931
|
+
- set.pi_update_of_mem
|
|
932
|
+
- set.off_diag_insert
|
|
933
|
+
- set.pi_eq_empty_iff
|
|
934
|
+
- set.univ_pi_subset_univ_pi_iff
|
|
935
|
+
- path: src/data/real/cardinality.lean
|
|
936
|
+
theorems:
|
|
937
|
+
- cardinal.mk_Iio_real
|
|
938
|
+
- cardinal.cantor_function_le
|
|
939
|
+
- cardinal.increasing_cantor_function
|
|
940
|
+
- cardinal.mk_Ioi_real
|
|
941
|
+
- cardinal.mk_Ioo_real
|
|
942
|
+
- cardinal.cantor_function_succ
|
|
943
|
+
- path: src/data/buffer/parser/basic.lean
|
|
944
|
+
theorems:
|
|
945
|
+
- parser.many_eq_fail
|
|
946
|
+
- parser.eps_eq_done
|
|
947
|
+
- parser.foldl_eq_fail_iff_mono_at_end
|
|
948
|
+
- parser.char_buf_eq_done
|
|
949
|
+
- parser.bounded.str_iff
|
|
950
|
+
- parser.foldr_eq_fail_iff_mono_at_end
|
|
951
|
+
- parser.nat_of_done
|
|
952
|
+
- parser.step.str_iff
|
|
953
|
+
- parser.bounded.foldl_core
|
|
954
|
+
- parser.prog.char_buf_iff
|
|
955
|
+
- parser.bounded.guard_iff
|
|
956
|
+
- parser.static.str_iff
|
|
957
|
+
- parser.bounded.many'
|
|
958
|
+
- parser.unfailing.failure
|
|
959
|
+
- parser.digit_eq_done
|
|
960
|
+
- parser.map_const_eq_fail
|
|
961
|
+
- parser.prog.str_iff
|
|
962
|
+
- parser.nat_eq_done
|
|
963
|
+
- parser.static.sat_iff
|
|
964
|
+
- parser.foldl_eq_done
|
|
965
|
+
- parser.err_static.fix
|
|
966
|
+
- parser.bounded.foldl
|
|
967
|
+
- parser.static.any_char
|
|
968
|
+
- path: src/analysis/convex/between.lean
|
|
969
|
+
theorems:
|
|
970
|
+
- affine_equiv.sbtw_map_iff
|
|
971
|
+
- mem_vadd_const_affine_segment
|
|
972
|
+
- affine_equiv.wbtw_map_iff
|
|
973
|
+
- sbtw_const_vsub_iff
|
|
974
|
+
- wbtw.rotate_iff
|
|
975
|
+
- sbtw_one_zero_iff
|
|
976
|
+
- affine_segment_comm
|
|
977
|
+
- sbtw_iff_mem_image_Ioo_and_ne
|
|
978
|
+
- sbtw_of_sbtw_of_sbtw_of_mem_affine_span_pair
|
|
979
|
+
- sbtw_const_vadd_iff
|
|
980
|
+
- path: src/data/fintype/prod.lean
|
|
981
|
+
theorems:
|
|
982
|
+
- infinite_prod
|
|
983
|
+
- path: src/data/prod/tprod.lean
|
|
984
|
+
theorems:
|
|
985
|
+
- set.elim_preimage_pi
|
|
986
|
+
- list.tprod.elim_mk
|
|
987
|
+
- list.tprod.ext
|
|
988
|
+
- path: src/model_theory/substructures.lean
|
|
989
|
+
theorems:
|
|
990
|
+
- first_order.language.substructure.coe_infi
|
|
991
|
+
- first_order.language.hom.range_eq_top
|
|
992
|
+
- first_order.language.hom.range_le_iff_comap
|
|
993
|
+
- first_order.language.term.realize_mem
|
|
994
|
+
- path: src/data/complex/module.lean
|
|
995
|
+
theorems:
|
|
996
|
+
- rank_real_of_complex
|
|
997
|
+
- complex.alg_hom_ext
|
|
998
|
+
- complex.real_alg_hom_eq_id_or_conj
|
|
999
|
+
- path: src/data/nat/choose/sum.lean
|
|
1000
|
+
theorems:
|
|
1001
|
+
- nat.sum_range_choose_halfway
|
|
1002
|
+
- finset.sum_powerset_neg_one_pow_card_of_nonempty
|
|
1003
|
+
- finset.sum_powerset_neg_one_pow_card
|
|
1004
|
+
- path: src/analysis/special_functions/exp.lean
|
|
1005
|
+
theorems:
|
|
1006
|
+
- real.map_exp_at_top
|
|
1007
|
+
- real.is_o_exp_comp_exp_comp
|
|
1008
|
+
- real.is_O_exp_comp_one
|
|
1009
|
+
- path: src/data/polynomial/unit_trinomial.lean
|
|
1010
|
+
theorems:
|
|
1011
|
+
- polynomial.is_unit_trinomial.irreducible_aux2
|
|
1012
|
+
- polynomial.is_unit_trinomial.not_is_unit
|
|
1013
|
+
- polynomial.is_unit_trinomial_iff'
|
|
1014
|
+
- polynomial.is_unit_trinomial.irreducible_of_coprime'
|
|
1015
|
+
- polynomial.trinomial_nat_trailing_degree
|
|
1016
|
+
- polynomial.is_unit_trinomial.ne_zero
|
|
1017
|
+
- polynomial.is_unit_trinomial.irreducible_aux1
|
|
1018
|
+
- polynomial.is_unit_trinomial.irreducible_aux3
|
|
1019
|
+
- path: src/data/list/indexes.lean
|
|
1020
|
+
theorems:
|
|
1021
|
+
- list.foldl_with_index_eq_foldl_enum
|
|
1022
|
+
- list.mmap_with_index_aux_eq_mmap_with_index_aux_spec
|
|
1023
|
+
- list.find_indexes_eq_map_indexes_values
|
|
1024
|
+
- list.mmap_with_index'_aux_eq_mmap_with_index_aux
|
|
1025
|
+
- list.foldr_with_index_aux_eq_foldr_with_index_aux_spec
|
|
1026
|
+
- list.foldr_with_index_eq_foldr_enum
|
|
1027
|
+
- list.map_with_index_eq_enum_map
|
|
1028
|
+
- list.mmap_with_index_eq_mmap_enum
|
|
1029
|
+
- list.foldl_with_index_aux_eq_foldl_with_index_aux_spec
|
|
1030
|
+
- path: src/data/nat/order/basic.lean
|
|
1031
|
+
theorems:
|
|
1032
|
+
- nat.add_mod_eq_ite
|
|
1033
|
+
- nat.one_le_bit0_iff
|
|
1034
|
+
- nat.find_greatest_mono_right
|
|
1035
|
+
- nat.find_greatest_eq_iff
|
|
1036
|
+
- nat.half_le_of_sub_le_half
|
|
1037
|
+
- nat.div_mul_div_le_div
|
|
1038
|
+
- nat.find_greatest_spec
|
|
1039
|
+
- nat.find_greatest_mono_left
|
|
1040
|
+
- path: src/data/int/cast/lemmas.lean
|
|
1041
|
+
theorems:
|
|
1042
|
+
- ext_int'
|
|
1043
|
+
- path: src/data/list/big_operators/basic.lean
|
|
1044
|
+
theorems:
|
|
1045
|
+
- list.prod_lt_prod'
|
|
1046
|
+
- list.exists_le_of_prod_le'
|
|
1047
|
+
- list.prod_is_unit_iff
|
|
1048
|
+
- canonically_ordered_comm_semiring.list_prod_pos
|
|
1049
|
+
- path: src/data/polynomial/degree/lemmas.lean
|
|
1050
|
+
theorems:
|
|
1051
|
+
- polynomial.nat_degree_mul_C_eq_of_mul_ne_zero
|
|
1052
|
+
- polynomial.nat_degree_add_le_iff_left
|
|
1053
|
+
- polynomial.nat_degree_sub_le_iff_right
|
|
1054
|
+
- polynomial.coeff_pow_of_nat_degree_le
|
|
1055
|
+
- polynomial.nat_degree_bit1
|
|
1056
|
+
- polynomial.coeff_sub_eq_neg_right_of_lt
|
|
1057
|
+
- path: src/data/int/gcd.lean
|
|
1058
|
+
theorems:
|
|
1059
|
+
- int.lcm_self
|
|
1060
|
+
- int.lcm_zero_right
|
|
1061
|
+
- tactic.norm_num.int_lcm_helper
|
|
1062
|
+
- int.dvd_of_dvd_mul_left_of_gcd_one
|
|
1063
|
+
- int.gcd_eq_right
|
|
1064
|
+
- int.lcm_comm
|
|
1065
|
+
- int.lcm_assoc
|
|
1066
|
+
- int.lcm_one_left
|
|
1067
|
+
- nat.xgcd_aux_val
|
|
1068
|
+
- path: src/model_theory/satisfiability.lean
|
|
1069
|
+
theorems:
|
|
1070
|
+
- first_order.language.Theory.is_satisfiable_Union_iff_is_satisfiable_Union_finset
|
|
1071
|
+
- first_order.language.Theory.is_satisfiable_union_distinct_constants_theory_of_infinite
|
|
1072
|
+
- cardinal.categorical.is_complete
|
|
1073
|
+
- first_order.language.Theory.is_satisfiable_on_Theory_iff
|
|
1074
|
+
- cardinal.empty_Theory_categorical
|
|
1075
|
+
- first_order.language.exists_elementary_embedding_card_eq_of_ge
|
|
1076
|
+
- first_order.language.bounded_formula.semantically_equivalent_to_prenex
|
|
1077
|
+
- path: src/data/vector3.lean
|
|
1078
|
+
theorems:
|
|
1079
|
+
- vector3.append_insert
|
|
1080
|
+
- vector_allp_iff_forall
|
|
1081
|
+
- path: src/data/set/basic.lean
|
|
1082
|
+
theorems:
|
|
1083
|
+
- set.strict_anti_on_iff_strict_anti
|
|
1084
|
+
- set.not_monotone_on_not_antitone_on_iff_exists_lt_lt
|
|
1085
|
+
- set.nontrivial_coe_sort
|
|
1086
|
+
- set.nontrivial.ne_singleton
|
|
1087
|
+
- set.ite_inter_of_inter_eq
|
|
1088
|
+
- path: src/data/list/cycle.lean
|
|
1089
|
+
theorems:
|
|
1090
|
+
- cycle.nodup.nontrivial_iff
|
|
1091
|
+
- list.prev_mem
|
|
1092
|
+
- cycle.lists_nil
|
|
1093
|
+
- list.next_reverse_eq_prev
|
|
1094
|
+
- list.next_nth_le
|
|
1095
|
+
- cycle.chain_range_succ
|
|
1096
|
+
- path: src/data/nat/multiplicity.lean
|
|
1097
|
+
theorems:
|
|
1098
|
+
- nat.multiplicity_eq_card_pow_dvd
|
|
1099
|
+
- nat.prime.dvd_choose_pow
|
|
1100
|
+
- nat.prime.multiplicity_choose_prime_pow_add_multiplicity
|
|
1101
|
+
- nat.prime.dvd_choose_pow_iff
|
|
1102
|
+
- nat.prime.multiplicity_factorial_mul_succ
|
|
1103
|
+
- nat.prime.multiplicity_factorial_mul
|
|
1104
|
+
- nat.multiplicity_two_factorial_lt
|
|
1105
|
+
- nat.prime.multiplicity_factorial_le_div_pred
|
|
1106
|
+
- path: src/data/int/parity.lean
|
|
1107
|
+
theorems:
|
|
1108
|
+
- int.not_even_iff
|
|
1109
|
+
- int.odd_add'
|
|
1110
|
+
- int.odd_iff_not_even
|
|
1111
|
+
- int.nat_abs_odd
|
|
1112
|
+
- int.even_xor_odd'
|
|
1113
|
+
- int.not_odd_iff
|
|
1114
|
+
- path: src/data/dfinsupp/interval.lean
|
|
1115
|
+
theorems:
|
|
1116
|
+
- dfinsupp.card_Iic
|
|
1117
|
+
- dfinsupp.support_range_Icc_subset
|
|
1118
|
+
- dfinsupp.card_Iio
|
|
1119
|
+
- path: src/data/rbtree/insert.lean
|
|
1120
|
+
theorems:
|
|
1121
|
+
- rbnode.find_balance2_node
|
|
1122
|
+
- rbnode.find_balance2_node_gt
|
|
1123
|
+
- rbnode.equiv_or_mem_of_mem_ins
|
|
1124
|
+
- rbnode.balance1_node_rb
|
|
1125
|
+
- rbnode.find_balance1_node_eqv
|
|
1126
|
+
- rbnode.ins_rb
|
|
1127
|
+
- rbnode.balance2_node_rb
|
|
1128
|
+
- rbnode.find_balance1_node_gt
|
|
1129
|
+
- rbnode.balance2_node_ne_leaf
|
|
1130
|
+
- rbnode.mem_ins_of_mem
|
|
1131
|
+
- rbnode.equiv_or_mem_of_mem_insert
|
|
1132
|
+
- rbnode.mem_insert_of_incomp
|
|
1133
|
+
- path: src/data/set/intervals/with_bot_top.lean
|
|
1134
|
+
theorems:
|
|
1135
|
+
- with_top.image_coe_Icc
|
|
1136
|
+
- with_bot.image_coe_Ioi
|
|
1137
|
+
- with_top.image_coe_Ioi
|
|
1138
|
+
- with_bot.image_coe_Ici
|
|
1139
|
+
- with_top.range_coe
|
|
1140
|
+
- with_top.image_coe_Ioo
|
|
1141
|
+
- with_top.image_coe_Iic
|
|
1142
|
+
- with_bot.image_coe_Iio
|
|
1143
|
+
- path: src/data/finset/lattice.lean
|
|
1144
|
+
theorems:
|
|
1145
|
+
- finset.max'_image
|
|
1146
|
+
- finset.supr_insert
|
|
1147
|
+
- supr_eq_supr_finset'
|
|
1148
|
+
- list.foldr_inf_eq_inf_to_finset
|
|
1149
|
+
- finset.inf_sup
|
|
1150
|
+
- finset.coe_sup'
|
|
1151
|
+
- finset.max'_insert
|
|
1152
|
+
- finset.min_singleton
|
|
1153
|
+
- finset.sup'_induction
|
|
1154
|
+
- list.foldr_sup_eq_sup_to_finset
|
|
1155
|
+
- finset.lt_sup'_iff
|
|
1156
|
+
- path: src/set_theory/cardinal/cofinality.lean
|
|
1157
|
+
theorems:
|
|
1158
|
+
- ordinal.cof_univ
|
|
1159
|
+
- ordinal.aleph_0_le_cof
|
|
1160
|
+
- ordinal.lift_cof
|
|
1161
|
+
- cardinal.is_strong_limit_beth
|
|
1162
|
+
- ordinal.infinite_pigeonhole_card
|
|
1163
|
+
- ordinal.unbounded_of_unbounded_Union
|
|
1164
|
+
- cardinal.le_range_of_union_finset_eq_top
|
|
1165
|
+
- ordinal.cof_sup_le
|
|
1166
|
+
- ordinal.is_fundamental_sequence.zero
|
|
1167
|
+
- ordinal.cof_omega
|
|
1168
|
+
- cardinal.exists_infinite_fiber
|
|
1169
|
+
- ordinal.cof_cof
|
|
1170
|
+
- ordinal.nfp_family_lt_ord_lift
|
|
1171
|
+
- ordinal.infinite_pigeonhole
|
|
1172
|
+
- cardinal.lt_power_cof
|
|
1173
|
+
- ordinal.is_normal.cof_le
|
|
1174
|
+
- path: src/data/nat/parity.lean
|
|
1175
|
+
theorems:
|
|
1176
|
+
- nat.bit1_div_two
|
|
1177
|
+
- nat.bit0_div_two
|
|
1178
|
+
- function.involutive.iterate_bit0
|
|
1179
|
+
- nat.bit1_mod_bit0
|
|
1180
|
+
- nat.even_iff_not_odd
|
|
1181
|
+
- path: src/analysis/mean_inequalities_pow.lean
|
|
1182
|
+
theorems:
|
|
1183
|
+
- ennreal.rpow_arith_mean_le_arith_mean_rpow
|
|
1184
|
+
- ennreal.rpow_add_rpow_le_add
|
|
1185
|
+
- nnreal.arith_mean_le_rpow_mean
|
|
1186
|
+
- path: src/data/pnat/basic.lean
|
|
1187
|
+
theorems:
|
|
1188
|
+
- pnat.le_of_dvd
|
|
1189
|
+
- pnat.mod_add_div
|
|
1190
|
+
- pnat.add_sub_of_lt
|
|
1191
|
+
- path: src/data/rbtree/main.lean
|
|
1192
|
+
theorems:
|
|
1193
|
+
- rbtree.balanced
|
|
1194
|
+
- rbtree.max_is_maximal
|
|
1195
|
+
- rbtree.insert_ne_mk_rbtree
|
|
1196
|
+
- rbtree.find_insert_of_eqv
|
|
1197
|
+
- rbtree.find_correct
|
|
1198
|
+
- rbnode.is_searchable_of_well_formed
|
|
1199
|
+
- rbtree.min_is_minimal
|
|
1200
|
+
- rbtree.mem_insert
|
|
1201
|
+
- rbtree.find_insert_of_disj
|
|
1202
|
+
- rbtree.equiv_or_mem_of_mem_insert
|
|
1203
|
+
- path: src/data/real/ennreal.lean
|
|
1204
|
+
theorems:
|
|
1205
|
+
- ennreal.to_real_top_mul
|
|
1206
|
+
- ennreal.to_real_Inf
|
|
1207
|
+
- ennreal.infi_sum
|
|
1208
|
+
- ennreal.sub_mul
|
|
1209
|
+
- ennreal.to_real_eq_one_iff
|
|
1210
|
+
- ennreal.to_nnreal_supr
|
|
1211
|
+
- ennreal.to_real_Sup
|
|
1212
|
+
- ennreal.to_nnreal_Inf
|
|
1213
|
+
- ennreal.mul_lt_top_iff
|
|
1214
|
+
- ennreal.inv_lt_one
|
|
1215
|
+
- ennreal.exists_mem_Ioc_zpow
|
|
1216
|
+
- ennreal.lt_iff_exists_rat_btwn
|
|
1217
|
+
- ennreal.inv_le_one
|
|
1218
|
+
- ennreal.one_le_inv
|
|
1219
|
+
- ennreal.one_sub_inv_two
|
|
1220
|
+
- ennreal.nat_cast_sub
|
|
1221
|
+
- ennreal.of_real_prod_of_nonneg
|
|
1222
|
+
- path: src/set_theory/game/pgame.lean
|
|
1223
|
+
theorems:
|
|
1224
|
+
- pgame.le_iff_forall_lf
|
|
1225
|
+
- pgame.lt_or_equiv_or_gf
|
|
1226
|
+
- pgame.zero_lf_neg_iff
|
|
1227
|
+
- pgame.neg_fuzzy_iff
|
|
1228
|
+
- pgame.zero_le_add_left_neg
|
|
1229
|
+
- pgame.add_left_neg_le_zero
|
|
1230
|
+
- path: src/data/nat/squarefree.lean
|
|
1231
|
+
theorems:
|
|
1232
|
+
- nat.sq_mul_squarefree_of_pos
|
|
1233
|
+
- tactic.norm_num.squarefree_helper_3
|
|
1234
|
+
- tactic.norm_num.squarefree_helper_2
|
|
1235
|
+
- tactic.norm_num.squarefree_helper_4
|
|
1236
|
+
- nat.squarefree.factorization_le_one
|
|
1237
|
+
- path: src/data/rel.lean
|
|
1238
|
+
theorems:
|
|
1239
|
+
- rel.preimage_univ
|
|
1240
|
+
- rel.preimage_id
|
|
1241
|
+
- rel.image_univ
|
|
1242
|
+
- path: src/analysis/convex/function.lean
|
|
1243
|
+
theorems:
|
|
1244
|
+
- linear_order.convex_on_of_lt
|
|
1245
|
+
- convex_on_iff_pairwise_pos
|
|
1246
|
+
- path: src/data/hash_map.lean
|
|
1247
|
+
theorems:
|
|
1248
|
+
- hash_map.find_erase
|
|
1249
|
+
- hash_map.mem_insert
|
|
1250
|
+
- bucket_array.foldl_eq
|
|
1251
|
+
- path: src/data/pequiv.lean
|
|
1252
|
+
theorems:
|
|
1253
|
+
- pequiv.of_set_eq_refl
|
|
1254
|
+
- pequiv.trans_eq_none
|
|
1255
|
+
- path: src/data/seq/wseq.lean
|
|
1256
|
+
theorems:
|
|
1257
|
+
- stream.wseq.dropn_of_seq
|
|
1258
|
+
- stream.wseq.bind_assoc
|
|
1259
|
+
- stream.wseq.lift_rel_join.lem
|
|
1260
|
+
- stream.wseq.to_list_cons
|
|
1261
|
+
- stream.wseq.tail_congr
|
|
1262
|
+
- stream.wseq.eq_or_mem_iff_mem
|
|
1263
|
+
- stream.wseq.destruct_join
|
|
1264
|
+
- stream.wseq.lift_rel_map
|
|
1265
|
+
- stream.wseq.dropn_tail
|
|
1266
|
+
- stream.wseq.think_equiv
|
|
1267
|
+
- stream.wseq.destruct_dropn
|
|
1268
|
+
- path: src/data/matrix/block.lean
|
|
1269
|
+
theorems:
|
|
1270
|
+
- matrix.from_blocks_conj_transpose
|
|
1271
|
+
- matrix.block_diagonal_one
|
|
1272
|
+
- matrix.block_diagonal'_one
|
|
1273
|
+
- matrix.to_block_mul_eq_mul
|
|
1274
|
+
- matrix.block_diagonal_conj_transpose
|
|
1275
|
+
- path: src/data/nat/choose/multinomial.lean
|
|
1276
|
+
theorems:
|
|
1277
|
+
- nat.binomial_one
|
|
1278
|
+
- nat.binomial_eq_choose
|
|
1279
|
+
- path: src/data/list/perm.lean
|
|
1280
|
+
theorems:
|
|
1281
|
+
- list.perm.inter_append
|
|
1282
|
+
- list.nodup_permutations'_aux_iff
|
|
1283
|
+
- list.perm.rec_heq
|
|
1284
|
+
- list.perm.union_right
|
|
1285
|
+
- list.countp_eq_countp_filter_add
|
|
1286
|
+
- list.perm.union_left
|
|
1287
|
+
- list.perm_insert_nth
|
|
1288
|
+
- list.subperm.diff_right
|
|
1289
|
+
- list.cons_subperm_of_mem
|
|
1290
|
+
- list.perm.drop_inter
|
|
1291
|
+
- list.perm_replicate_append_replicate
|
|
1292
|
+
- list.subperm_ext_iff
|
|
1293
|
+
- list.perm.bind_left
|
|
1294
|
+
- list.rel_perm_imp
|
|
1295
|
+
- list.perm.slice_inter
|
|
1296
|
+
- list.perm.pairwise_iff
|
|
1297
|
+
- list.nodup.subperm
|
|
1298
|
+
- path: src/data/rat/cast.lean
|
|
1299
|
+
theorems:
|
|
1300
|
+
- rat.cast_sub_of_ne_zero
|
|
1301
|
+
- rat.cast_bit1
|
|
1302
|
+
- rat.cast_pos_of_pos
|
|
1303
|
+
- eq_rat_cast
|
|
1304
|
+
- path: src/data/complex/determinant.lean
|
|
1305
|
+
theorems:
|
|
1306
|
+
- complex.linear_equiv_det_conj_ae
|
|
1307
|
+
- complex.det_conj_ae
|
|
1308
|
+
- path: src/data/rat/floor.lean
|
|
1309
|
+
theorems:
|
|
1310
|
+
- int.mod_nat_eq_sub_mul_floor_rat_div
|
|
1311
|
+
- nat.coprime_sub_mul_floor_rat_div_of_coprime
|
|
1312
|
+
- rat.floor_int_div_nat_eq_div
|
|
1313
|
+
- rat.le_floor
|
|
1314
|
+
- path: src/data/set/list.lean
|
|
1315
|
+
theorems:
|
|
1316
|
+
- set.range_list_nthd
|
|
1317
|
+
- path: src/data/multiset/basic.lean
|
|
1318
|
+
theorems:
|
|
1319
|
+
- multiset.rel_add_right
|
|
1320
|
+
- multiset.sub_le_iff_le_add
|
|
1321
|
+
- multiset.add_inter_distrib
|
|
1322
|
+
- multiset.filter_nsmul
|
|
1323
|
+
- multiset.cons_union_distrib
|
|
1324
|
+
- multiset.count_inter
|
|
1325
|
+
- multiset.sub_add_inter
|
|
1326
|
+
- multiset.strong_induction_eq
|
|
1327
|
+
- multiset.map_filter
|
|
1328
|
+
- multiset.filter_sub
|
|
1329
|
+
- multiset.filter_eq
|
|
1330
|
+
- multiset.countp_map
|
|
1331
|
+
- multiset.map_replicate
|
|
1332
|
+
- multiset.union_le
|
|
1333
|
+
- multiset.count_filter
|
|
1334
|
+
- multiset.disjoint_iff_ne
|
|
1335
|
+
- path: src/data/multiset/lattice.lean
|
|
1336
|
+
theorems:
|
|
1337
|
+
- multiset.inf_add
|
|
1338
|
+
- path: src/data/is_R_or_C/basic.lean
|
|
1339
|
+
theorems:
|
|
1340
|
+
- is_R_or_C.im_eq_zero_of_le
|
|
1341
|
+
- is_R_or_C.div_I
|
|
1342
|
+
- is_R_or_C.conj_smul
|
|
1343
|
+
- is_R_or_C.norm_sq_re_add_conj
|
|
1344
|
+
- is_R_or_C.bit1_im
|
|
1345
|
+
- is_R_or_C.abs_im_le_norm
|
|
1346
|
+
- is_R_or_C.norm_conj
|
|
1347
|
+
- is_R_or_C.im_eq_conj_sub
|
|
1348
|
+
- is_R_or_C.norm_sq_sub
|
|
1349
|
+
- path: src/data/nat/factorization/basic.lean
|
|
1350
|
+
theorems:
|
|
1351
|
+
- nat.dvd_iff_prime_pow_dvd_dvd
|
|
1352
|
+
- nat.ord_proj_dvd_ord_proj_iff_dvd
|
|
1353
|
+
- nat.factorization_le_factorization_mul_right
|
|
1354
|
+
- nat.ord_compl_dvd_ord_compl_iff_dvd
|
|
1355
|
+
- nat.Icc_factorization_eq_pow_dvd
|
|
1356
|
+
- nat.prod_prime_factors_dvd
|
|
1357
|
+
- nat.dvd_iff_div_factorization_eq_tsub
|
|
1358
|
+
- nat.factorization_lcm
|
|
1359
|
+
- nat.factorization_eq_of_coprime_right
|
|
1360
|
+
- nat.Ico_filter_pow_dvd_eq
|
|
1361
|
+
- nat.factorization_eq_card_pow_dvd
|
|
1362
|
+
- path: src/set_theory/cardinal/basic.lean
|
|
1363
|
+
theorems:
|
|
1364
|
+
- cardinal.zero_power_le
|
|
1365
|
+
- cardinal.cantor
|
|
1366
|
+
- cardinal.prod_eq_of_fintype
|
|
1367
|
+
- cardinal.lift_supr
|
|
1368
|
+
- cardinal.two_le_iff
|
|
1369
|
+
- cardinal.powerlt_le
|
|
1370
|
+
- cardinal.aleph_0_le_mul_iff'
|
|
1371
|
+
- cardinal.power_mul
|
|
1372
|
+
- cardinal.power_bit1
|
|
1373
|
+
- cardinal.mk_insert
|
|
1374
|
+
- cardinal.lift_down
|
|
1375
|
+
- cardinal.sum_lt_prod
|
|
1376
|
+
- cardinal.nat_cast_le
|
|
1377
|
+
- cardinal.one_le_iff_ne_zero
|
|
1378
|
+
- cardinal.le_mk_iff_exists_subset
|
|
1379
|
+
- cardinal.denumerable_iff
|
|
1380
|
+
- cardinal.mk_set
|
|
1381
|
+
- cardinal.powerlt_zero
|
|
1382
|
+
- cardinal.prod_ne_zero
|
|
1383
|
+
- path: src/analysis/convex/basic.lean
|
|
1384
|
+
theorems:
|
|
1385
|
+
- convex.add_smul
|
|
1386
|
+
- convex_hyperplane
|
|
1387
|
+
- path: src/data/erased.lean
|
|
1388
|
+
theorems:
|
|
1389
|
+
- erased.map_out
|
|
1390
|
+
- path: src/analysis/convex/integral.lean
|
|
1391
|
+
theorems:
|
|
1392
|
+
- ae_eq_const_or_exists_average_ne_compl
|
|
1393
|
+
- ae_eq_const_or_norm_average_lt_of_norm_le_const
|
|
1394
|
+
- convex.average_mem
|
|
1395
|
+
- path: src/analysis/convolution.lean
|
|
1396
|
+
theorems:
|
|
1397
|
+
- continuous_on_convolution_right_with_param_comp'
|
|
1398
|
+
- has_fderiv_at_convolution_right_with_param
|
|
1399
|
+
- cont_diff_on_convolution_right_with_param_aux
|
|
1400
|
+
- convolution_mono_right_of_nonneg
|
|
1401
|
+
- cont_diff_on_convolution_right_with_param
|
|
1402
|
+
- has_compact_support.has_deriv_at_convolution_right
|
|
1403
|
+
- dist_convolution_le'
|
|
1404
|
+
- integral_pos_convolution
|
|
1405
|
+
- convolution_flip
|
|
1406
|
+
- has_compact_support.has_fderiv_at_convolution_right
|
|
1407
|
+
- convolution_tendsto_right
|
|
1408
|
+
- path: src/data/dfinsupp/order.lean
|
|
1409
|
+
theorems:
|
|
1410
|
+
- dfinsupp.support_sup
|
|
1411
|
+
- dfinsupp.disjoint_iff
|
|
1412
|
+
- path: src/data/set/pointwise/interval.lean
|
|
1413
|
+
theorems:
|
|
1414
|
+
- set.image_mul_left_Ioo
|
|
1415
|
+
- set.preimage_const_mul_Iic_of_neg
|
|
1416
|
+
- set.abs_sub_le_of_uIcc_subset_uIcc
|
|
1417
|
+
- set.preimage_add_const_uIcc
|
|
1418
|
+
- set.image_const_mul_Ioi_zero
|
|
1419
|
+
- set.preimage_const_mul_Ico_of_neg
|
|
1420
|
+
- set.image_mul_left_Icc
|
|
1421
|
+
- path: src/data/matrix/basic.lean
|
|
1422
|
+
theorems:
|
|
1423
|
+
- matrix.mul_one
|
|
1424
|
+
- matrix.map_algebra_map
|
|
1425
|
+
- matrix.comp_equiv_dot_product_comp_equiv
|
|
1426
|
+
- matrix.dot_product_comp_equiv_symm
|
|
1427
|
+
- matrix.update_row_conj_transpose
|
|
1428
|
+
- matrix.mul_diagonal
|
|
1429
|
+
- path: src/analysis/special_functions/pow.lean
|
|
1430
|
+
theorems:
|
|
1431
|
+
- ennreal.zero_rpow_mul_self
|
|
1432
|
+
- continuous_at_const_cpow'
|
|
1433
|
+
- real.rpow_lt_one_of_one_lt_of_neg
|
|
1434
|
+
- ennreal.eventually_pow_one_div_le
|
|
1435
|
+
- ennreal.le_rpow_self_of_one_le
|
|
1436
|
+
- ennreal.rpow_le_rpow_of_exponent_le
|
|
1437
|
+
- real.continuous_at_rpow_of_ne
|
|
1438
|
+
- complex.is_Theta_exp_arg_mul_im
|
|
1439
|
+
- real.rpow_le_rpow_left_iff_of_base_lt_one
|
|
1440
|
+
- complex.continuous_at_of_real_cpow
|
|
1441
|
+
- ennreal.rpow_lt_one_of_one_lt_of_neg
|
|
1442
|
+
- real.rpow_sub_one
|
|
1443
|
+
- ennreal.one_le_rpow_of_pos_of_le_one_of_neg
|
|
1444
|
+
- ennreal.one_le_rpow
|
|
1445
|
+
- real.exists_rat_pow_btwn_rat
|
|
1446
|
+
- real.le_rpow_of_log_le
|
|
1447
|
+
- nnreal.rpow_le_self_of_le_one
|
|
1448
|
+
- is_o_pow_exp_pos_mul_at_top
|
|
1449
|
+
- ennreal.rpow_le_self_of_le_one
|
|
1450
|
+
- complex.conj_cpow
|
|
1451
|
+
- real.rpow_add_one
|
|
1452
|
+
- tendsto_exp_mul_div_rpow_at_top
|
|
1453
|
+
- complex.eq_zero_cpow_iff
|
|
1454
|
+
- ennreal.rpow_lt_rpow_of_exponent_lt
|
|
1455
|
+
- ennreal.tendsto_rpow_at_top
|
|
1456
|
+
- path: src/data/finset/n_ary.lean
|
|
1457
|
+
theorems:
|
|
1458
|
+
- "finset.image\u2082_insert_left"
|
|
1459
|
+
- "finset.image\u2082_congr"
|
|
1460
|
+
- "finset.image_image\u2082_distrib_left"
|
|
1461
|
+
- "finset.image_image\u2082_distrib_right"
|
|
1462
|
+
- "finset.image\u2082_eq_empty_iff"
|
|
1463
|
+
- "finset.image\u2082_right"
|
|
1464
|
+
- "finset.image\u2082_union_inter_subset"
|
|
1465
|
+
- "finset.image\u2082_union_inter_subset_union"
|
|
1466
|
+
- "finset.card_le_card_image\u2082_left"
|
|
1467
|
+
- "finset.image\u2082_inter_union_subset_union"
|
|
1468
|
+
- "finset.image\u2082_left_identity"
|
|
1469
|
+
- "finset.image\u2082_inter_left"
|
|
1470
|
+
- path: src/set_theory/cardinal/finite.lean
|
|
1471
|
+
theorems:
|
|
1472
|
+
- nat.card_prod
|
|
1473
|
+
- nat.card_of_subsingleton
|
|
1474
|
+
- nat.card_pi
|
|
1475
|
+
- path: src/analysis/convex/slope.lean
|
|
1476
|
+
theorems:
|
|
1477
|
+
- strict_concave_on_of_slope_strict_anti_adjacent
|
|
1478
|
+
- concave_on_of_slope_anti_adjacent
|
|
1479
|
+
- path: src/data/set/intervals/ord_connected_component.lean
|
|
1480
|
+
theorems:
|
|
1481
|
+
- set.ord_connected_component_eq_empty
|
|
1482
|
+
- set.eq_of_mem_ord_connected_section_of_uIcc_subset
|
|
1483
|
+
- set.self_mem_ord_connected_component
|
|
1484
|
+
- path: src/data/int/order/lemmas.lean
|
|
1485
|
+
theorems:
|
|
1486
|
+
- int.nat_abs_lt_iff_mul_self_lt
|
|
1487
|
+
- path: src/data/fintype/units.lean
|
|
1488
|
+
theorems:
|
|
1489
|
+
- fintype.card_units
|
|
1490
|
+
- path: src/data/polynomial/eval.lean
|
|
1491
|
+
theorems:
|
|
1492
|
+
- "polynomial.eval\u2082_bit1"
|
|
1493
|
+
- "polynomial.eval\u2082_mul_X"
|
|
1494
|
+
- polynomial.coeff_comp_degree_mul_degree
|
|
1495
|
+
- "polynomial.eval\u2082_smul"
|
|
1496
|
+
- polynomial.nat_cast_mul_comp
|
|
1497
|
+
- "polynomial.eval\u2082_mul_noncomm"
|
|
1498
|
+
- path: src/analysis/special_functions/improper_integrals.lean
|
|
1499
|
+
theorems:
|
|
1500
|
+
- integral_Ioi_cpow_of_lt
|
|
1501
|
+
- integral_exp_neg_Ioi
|
|
1502
|
+
- integral_exp_Iic
|
|
1503
|
+
- path: src/data/zmod/basic.lean
|
|
1504
|
+
theorems:
|
|
1505
|
+
- zmod.val_min_abs_mul_two_eq_iff
|
|
1506
|
+
- zmod.val_min_abs_eq_zero
|
|
1507
|
+
- zmod.inv_coe_unit
|
|
1508
|
+
- zmod.cast_sub_one
|
|
1509
|
+
- zmod.cast_neg_one
|
|
1510
|
+
- zmod.ring_hom_eq_of_ker_eq
|
|
1511
|
+
- zmod.nat_coe_zmod_eq_zero_iff_dvd
|
|
1512
|
+
- zmod.mul_inv_eq_gcd
|
|
1513
|
+
- zmod.val_mul
|
|
1514
|
+
- zmod.val_one
|
|
1515
|
+
- path: src/model_theory/definability.lean
|
|
1516
|
+
theorems:
|
|
1517
|
+
- set.definable_finset_inf
|
|
1518
|
+
- set.definable.union
|
|
1519
|
+
- set.definable_finset_bUnion
|
|
1520
|
+
- set.definable_finset_bInter
|
|
1521
|
+
- set.definable.image_comp
|
|
1522
|
+
- path: src/data/polynomial/splits.lean
|
|
1523
|
+
theorems:
|
|
1524
|
+
- polynomial.splits_comp_of_splits
|
|
1525
|
+
- polynomial.splits_of_exists_multiset
|
|
1526
|
+
- polynomial.adjoin_root_set_eq_range
|
|
1527
|
+
- polynomial.splits_of_degree_le_one
|
|
1528
|
+
- polynomial.sum_roots_eq_next_coeff_of_monic_of_split
|
|
1529
|
+
- polynomial.splits_of_map_degree_eq_one
|
|
1530
|
+
- path: src/analysis/convex/gauge.lean
|
|
1531
|
+
theorems:
|
|
1532
|
+
- gauge_smul
|
|
1533
|
+
- gauge_unit_ball
|
|
1534
|
+
- le_gauge_of_not_mem
|
|
1535
|
+
- gauge_lt_one_subset_self
|
|
1536
|
+
- convex.gauge_le
|
|
1537
|
+
- seminorm.gauge_ball
|
|
1538
|
+
- gauge_ball
|
|
1539
|
+
- gauge_neg_set_eq_gauge_neg
|
|
1540
|
+
- path: src/set_theory/game/impartial.lean
|
|
1541
|
+
theorems:
|
|
1542
|
+
- pgame.impartial.forall_left_moves_fuzzy_iff_equiv_zero
|
|
1543
|
+
- pgame.impartial.exists_left_move_equiv_iff_fuzzy_zero
|
|
1544
|
+
- pgame.impartial.nonneg
|
|
1545
|
+
- path: src/data/ordmap/ordset.lean
|
|
1546
|
+
theorems:
|
|
1547
|
+
- ordnode.valid'.merge_aux
|
|
1548
|
+
- ordnode.dual_rotate_l
|
|
1549
|
+
- ordnode.split_max_eq
|
|
1550
|
+
- ordnode.sized.rotate_l_size
|
|
1551
|
+
- ordnode.valid'.erase_aux
|
|
1552
|
+
- ordnode.size_erase_of_mem
|
|
1553
|
+
- ordnode.bounded.dual_iff
|
|
1554
|
+
- ordnode.erase_max.valid
|
|
1555
|
+
- ordnode.valid'.erase_min_aux
|
|
1556
|
+
- ordnode.dual_balance'
|
|
1557
|
+
- ordnode.valid'.glue_aux
|
|
1558
|
+
- ordnode.valid'.balance'_lemma
|
|
1559
|
+
- ordnode.length_to_list'
|
|
1560
|
+
- ordnode.insert.valid
|
|
1561
|
+
- ordnode.split_min_eq
|
|
1562
|
+
- ordnode.valid'.rotate_l
|
|
1563
|
+
- ordnode.insert'.valid
|
|
1564
|
+
- ordnode.valid'.node4_l
|
|
1565
|
+
- ordnode.length_to_list
|
|
1566
|
+
- path: src/analysis/special_functions/complex/arg.lean
|
|
1567
|
+
theorems:
|
|
1568
|
+
- complex.arg_mem_Ioc
|
|
1569
|
+
- complex.continuous_at_arg
|
|
1570
|
+
- complex.cos_arg
|
|
1571
|
+
- complex.arg_inv_coe_angle
|
|
1572
|
+
- path: src/data/finsupp/basic.lean
|
|
1573
|
+
theorems:
|
|
1574
|
+
- finsupp.prod_map_domain_index_inj
|
|
1575
|
+
- finsupp.graph_injective
|
|
1576
|
+
- path: src/data/list/chain.lean
|
|
1577
|
+
theorems:
|
|
1578
|
+
- "list.chain_append_singleton_iff_forall\u2082"
|
|
1579
|
+
- list.chain_append_cons_cons
|
|
1580
|
+
- list.chain'.rel_head'
|
|
1581
|
+
- list.chain'_iff_nth_le
|
|
1582
|
+
- path: src/model_theory/semantics.lean
|
|
1583
|
+
theorems:
|
|
1584
|
+
- "first_order.language.bounded_formula.realize_rel\u2081"
|
|
1585
|
+
- first_order.language.bounded_formula.realize_lift_at_one_self
|
|
1586
|
+
- first_order.language.bounded_formula.realize_to_formula
|
|
1587
|
+
- first_order.language.bounded_formula.realize_relabel_equiv
|
|
1588
|
+
- first_order.language.bounded_formula.realize_iff
|
|
1589
|
+
- first_order.language.bounded_formula.realize_exs
|
|
1590
|
+
- "first_order.language.formula.realize_rel\u2081"
|
|
1591
|
+
- "first_order.language.term.realize_functions_apply\u2081"
|
|
1592
|
+
- first_order.language.elementarily_equivalent_iff
|
|
1593
|
+
- first_order.language.bounded_formula.realize_alls
|
|
1594
|
+
- first_order.language.bounded_formula.realize_constants_vars_equiv
|
|
1595
|
+
- first_order.language.term.realize_constants_to_vars
|
|
1596
|
+
- first_order.language.bounded_formula.realize_lift_at
|
|
1597
|
+
- first_order.language.term.realize_constants_vars_equiv_left
|
|
1598
|
+
- first_order.language.formula.realize_equal
|
|
1599
|
+
- first_order.language.bounded_formula.realize_inf
|
|
1600
|
+
- path: src/data/nat/basic.lean
|
|
1601
|
+
theorems:
|
|
1602
|
+
- nat.mul_add_mod_of_lt
|
|
1603
|
+
- nat.le_induction
|
|
1604
|
+
- nat.decreasing_induction_succ_left
|
|
1605
|
+
- nat.le_rec_on_succ_left
|
|
1606
|
+
- nat.div_eq_iff_eq_mul_left
|
|
1607
|
+
- path: src/data/fintype/big_operators.lean
|
|
1608
|
+
theorems:
|
|
1609
|
+
- fintype.prod_dite
|
|
1610
|
+
- path: src/data/set/pointwise/list_of_fn.lean
|
|
1611
|
+
theorems:
|
|
1612
|
+
- set.mem_list_prod
|
|
1613
|
+
- path: src/set_theory/ordinal/natural_ops.lean
|
|
1614
|
+
theorems:
|
|
1615
|
+
- nat_ordinal.to_ordinal_cast_nat
|
|
1616
|
+
- ordinal.nadd_one
|
|
1617
|
+
- ordinal.nadd_zero
|
|
1618
|
+
- path: src/data/list/count.lean
|
|
1619
|
+
theorems:
|
|
1620
|
+
- list.countp_pos
|
|
1621
|
+
- list.count_filter
|
|
1622
|
+
- list.filter_eq'
|
|
1623
|
+
- list.sublist.countp_le
|
|
1624
|
+
- list.count_bind
|
|
1625
|
+
- list.count_le_count_map
|
|
1626
|
+
- path: src/data/nat/log.lean
|
|
1627
|
+
theorems:
|
|
1628
|
+
- nat.log_div_base
|
|
1629
|
+
- nat.le_pow_iff_clog_le
|
|
1630
|
+
- nat.log_eq_iff
|
|
1631
|
+
- nat.log_mul_base
|
|
1632
|
+
- nat.log_monotone
|
|
1633
|
+
- path: src/data/pnat/interval.lean
|
|
1634
|
+
theorems:
|
|
1635
|
+
- pnat.card_Ioc
|
|
1636
|
+
- pnat.card_fintype_Ico
|
|
1637
|
+
- pnat.card_Ico
|
|
1638
|
+
- pnat.card_fintype_Icc
|
|
1639
|
+
- pnat.card_fintype_Ioc
|
|
1640
|
+
- path: src/model_theory/quotients.lean
|
|
1641
|
+
theorems:
|
|
1642
|
+
- first_order.language.rel_map_quotient_mk
|
|
1643
|
+
- path: src/data/real/sqrt.lean
|
|
1644
|
+
theorems:
|
|
1645
|
+
- real.mul_self_sqrt
|
|
1646
|
+
- real.sqrt_eq_iff_mul_self_eq_of_pos
|
|
1647
|
+
- real.sqrt_eq_zero'
|
|
1648
|
+
- real.real_sqrt_le_nat_sqrt_succ
|
|
1649
|
+
- path: src/data/fin/tuple/basic.lean
|
|
1650
|
+
theorems:
|
|
1651
|
+
- fin.insert_nth_sub_same
|
|
1652
|
+
- fin.snoc_update
|
|
1653
|
+
- fin.cons_cases_cons
|
|
1654
|
+
- fin.find_eq_none_iff
|
|
1655
|
+
- fin.append_assoc
|
|
1656
|
+
- path: src/data/list/pairwise.lean
|
|
1657
|
+
theorems:
|
|
1658
|
+
- list.pairwise.pmap
|
|
1659
|
+
- list.pairwise_join
|
|
1660
|
+
- path: src/data/nat/order/lemmas.lean
|
|
1661
|
+
theorems:
|
|
1662
|
+
- nat.not_dvd_iff_between_consec_multiples
|
|
1663
|
+
- path: src/data/stream/init.lean
|
|
1664
|
+
theorems:
|
|
1665
|
+
- stream.even_interleave
|
|
1666
|
+
- stream.take_theorem
|
|
1667
|
+
- stream.zip_eq
|
|
1668
|
+
- stream.corec_eq
|
|
1669
|
+
- stream.mem_of_mem_odd
|
|
1670
|
+
- stream.nth_inits
|
|
1671
|
+
- stream.mem_interleave_left
|
|
1672
|
+
- stream.head_drop
|
|
1673
|
+
- stream.iterate_eq
|
|
1674
|
+
- stream.nth_even
|
|
1675
|
+
- stream.zip_inits_tails
|
|
1676
|
+
- stream.interleave_even_odd
|
|
1677
|
+
- path: src/data/complex/cardinality.lean
|
|
1678
|
+
theorems:
|
|
1679
|
+
- not_countable_complex
|
|
1680
|
+
- mk_complex
|
|
1681
|
+
- mk_univ_complex
|
|
1682
|
+
- path: src/analysis/inner_product_space/pi_L2.lean
|
|
1683
|
+
theorems:
|
|
1684
|
+
- euclidean_space.norm_eq
|
|
1685
|
+
- linear_isometry.extend_apply
|
|
1686
|
+
- orthonormal.exists_orthonormal_basis_extension_of_card_eq
|
|
1687
|
+
- orthonormal_basis.coe_mk
|
|
1688
|
+
- orthonormal_basis.to_matrix_orthonormal_basis_mem_unitary
|
|
1689
|
+
- orthonormal_basis.span_apply
|
|
1690
|
+
- basis.to_basis_to_orthonormal_basis
|
|
1691
|
+
- orthonormal_basis.det_to_matrix_orthonormal_basis
|
|
1692
|
+
- orthonormal_basis.det_to_matrix_orthonormal_basis_real
|
|
1693
|
+
- orthonormal_basis.orthonormal
|
|
1694
|
+
- path: src/set_theory/ordinal/cantor_normal_form.lean
|
|
1695
|
+
theorems:
|
|
1696
|
+
- ordinal.CNF_fst_le_log
|
|
1697
|
+
- ordinal.CNF_lt_snd
|
|
1698
|
+
- ordinal.CNF_snd_lt
|
|
1699
|
+
- path: src/data/real/pointwise.lean
|
|
1700
|
+
theorems:
|
|
1701
|
+
- real.Sup_smul_of_nonneg
|
|
1702
|
+
- real.supr_mul_of_nonpos
|
|
1703
|
+
- real.infi_mul_of_nonpos
|
|
1704
|
+
- real.Sup_smul_of_nonpos
|
|
1705
|
+
- real.Inf_smul_of_nonneg
|
|
1706
|
+
- path: src/analysis/convex/hull.lean
|
|
1707
|
+
theorems:
|
|
1708
|
+
- affine_span_convex_hull
|
|
1709
|
+
- convex_hull_nonempty_iff
|
|
1710
|
+
- mem_convex_hull_iff
|
|
1711
|
+
- path: src/analysis/inner_product_space/two_dim.lean
|
|
1712
|
+
theorems:
|
|
1713
|
+
- complex.area_form
|
|
1714
|
+
- orientation.nonneg_inner_and_area_form_eq_zero_iff_same_ray
|
|
1715
|
+
- orientation.area_form_to_volume_form
|
|
1716
|
+
- "orientation.inner_right_angle_rotation_aux\u2081_left"
|
|
1717
|
+
- orientation.kahler_swap
|
|
1718
|
+
- path: src/data/nat/bitwise.lean
|
|
1719
|
+
theorems:
|
|
1720
|
+
- nat.test_bit_eq_inth
|
|
1721
|
+
- nat.test_bit_two_pow
|
|
1722
|
+
- path: src/data/finset/image.lean
|
|
1723
|
+
theorems:
|
|
1724
|
+
- finset.map_comm
|
|
1725
|
+
- finset.map_subtype_subset
|
|
1726
|
+
- finset.image_subset_image
|
|
1727
|
+
- finset.image_inter_of_inj_on
|
|
1728
|
+
- finset.image_erase
|
|
1729
|
+
- finset.subset_image_iff
|
|
1730
|
+
- finset.disjoint_image
|
|
1731
|
+
- path: src/data/nat/factorial/basic.lean
|
|
1732
|
+
theorems:
|
|
1733
|
+
- nat.pow_succ_le_asc_factorial
|
|
1734
|
+
- nat.asc_factorial_lt_pow_add
|
|
1735
|
+
- nat.pow_lt_asc_factorial'
|
|
1736
|
+
- path: src/data/int/bitwise.lean
|
|
1737
|
+
theorems:
|
|
1738
|
+
- int.bit1_ne_zero
|
|
1739
|
+
- int.bodd_neg
|
|
1740
|
+
- int.shiftr_neg
|
|
1741
|
+
- path: src/data/list/sigma.lean
|
|
1742
|
+
theorems:
|
|
1743
|
+
- list.lookup_all_eq_lookup
|
|
1744
|
+
- list.sizeof_dedupkeys
|
|
1745
|
+
- list.lookup_all_nodup
|
|
1746
|
+
- list.lookup_kunion_left
|
|
1747
|
+
- list.lookup_kinsert
|
|
1748
|
+
- list.perm_lookup_all
|
|
1749
|
+
- list.lookup_eq_none
|
|
1750
|
+
- path: src/data/polynomial/taylor.lean
|
|
1751
|
+
theorems:
|
|
1752
|
+
- polynomial.nat_degree_taylor
|
|
1753
|
+
- polynomial.sum_taylor_eq
|
|
1754
|
+
- path: src/data/polynomial/derivative.lean
|
|
1755
|
+
theorems:
|
|
1756
|
+
- polynomial.iterate_derivative_X_pow_eq_smul
|
|
1757
|
+
- polynomial.nat_degree_derivative_lt
|
|
1758
|
+
- polynomial.derivative_sq
|
|
1759
|
+
- polynomial.derivative_eval
|
|
1760
|
+
- polynomial.iterate_derivative_X_add_pow
|
|
1761
|
+
- polynomial.degree_derivative_eq
|
|
1762
|
+
- polynomial.iterate_derivative_comp_one_sub_X
|
|
1763
|
+
- polynomial.iterate_derivative_X_pow_eq_nat_cast_mul
|
|
1764
|
+
- polynomial.derivative_mul
|
|
1765
|
+
- polynomial.iterate_derivative_eq_zero
|
|
1766
|
+
- path: src/data/nat/count.lean
|
|
1767
|
+
theorems:
|
|
1768
|
+
- nat.count_succ'
|
|
1769
|
+
- path: src/data/polynomial/div.lean
|
|
1770
|
+
theorems:
|
|
1771
|
+
- polynomial.root_multiplicity_eq_multiplicity
|
|
1772
|
+
- polynomial.eval_div_by_monic_pow_root_multiplicity_ne_zero
|
|
1773
|
+
- polynomial.X_pow_dvd_iff
|
|
1774
|
+
- path: src/analysis/bounded_variation.lean
|
|
1775
|
+
theorems:
|
|
1776
|
+
- evariation_on.add_point
|
|
1777
|
+
- has_locally_bounded_variation_on.exists_monotone_on_sub_monotone_on
|
|
1778
|
+
- has_locally_bounded_variation_on.ae_differentiable_within_at_of_mem_pi
|
|
1779
|
+
- evariation_on.comp_of_dual
|
|
1780
|
+
- evariation_on.comp_eq_of_antitone_on
|
|
1781
|
+
- evariation_on.comp_inter_Icc_eq_of_monotone_on
|
|
1782
|
+
- path: src/data/finset/prod.lean
|
|
1783
|
+
theorems:
|
|
1784
|
+
- finset.singleton_product_singleton
|
|
1785
|
+
- finset.diag_insert
|
|
1786
|
+
- finset.off_diag_insert
|
|
1787
|
+
- path: src/data/real/basic.lean
|
|
1788
|
+
theorems:
|
|
1789
|
+
- real.cinfi_const_zero
|
|
1790
|
+
- real.zero_lt_one
|
|
1791
|
+
- real.exists_is_lub
|
|
1792
|
+
- real.le_def
|
|
1793
|
+
- real.of_cauchy_sup
|
|
1794
|
+
- real.cau_seq_converges
|
|
1795
|
+
- real.mk_pos
|
|
1796
|
+
- real.is_lub_Sup
|
|
1797
|
+
- path: src/data/dfinsupp/well_founded.lean
|
|
1798
|
+
theorems:
|
|
1799
|
+
- dfinsupp.lex.acc_of_single
|
|
1800
|
+
- dfinsupp.lex.acc_single
|
|
1801
|
+
- dfinsupp.lex.acc_of_single_erase
|
|
1802
|
+
- pi.lex.well_founded
|
|
1803
|
+
- path: src/data/matrix/rank.lean
|
|
1804
|
+
theorems:
|
|
1805
|
+
- matrix.rank_reindex
|
|
1806
|
+
- matrix.rank_transpose_mul_self
|
|
1807
|
+
- matrix.rank_unit
|
|
1808
|
+
- matrix.rank_eq_finrank_span_cols
|
|
1809
|
+
- matrix.ker_mul_vec_lin_conj_transpose_mul_self
|
|
1810
|
+
- path: src/data/matrix/reflection.lean
|
|
1811
|
+
theorems:
|
|
1812
|
+
- matrix.forall_iff
|
|
1813
|
+
- "matrix.mul\u1D63_eq"
|
|
1814
|
+
- path: src/model_theory/order.lean
|
|
1815
|
+
theorems:
|
|
1816
|
+
- first_order.language.realize_densely_ordered_iff
|
|
1817
|
+
- first_order.language.rel_map_le_symb
|
|
1818
|
+
- path: src/data/pnat/find.lean
|
|
1819
|
+
theorems:
|
|
1820
|
+
- pnat.find_comp_succ
|
|
1821
|
+
- path: src/data/pi/lex.lean
|
|
1822
|
+
theorems:
|
|
1823
|
+
- pi.lex_lt_of_lt
|
|
1824
|
+
- pi.lt_to_lex_update_self_iff
|
|
1825
|
+
- pi.lex_desc
|
|
1826
|
+
- path: src/data/num/prime.lean
|
|
1827
|
+
theorems:
|
|
1828
|
+
- pos_num.min_fac_to_nat
|
|
1829
|
+
- path: src/data/finsupp/alist.lean
|
|
1830
|
+
theorems:
|
|
1831
|
+
- finsupp.to_alist_lookup_finsupp
|
|
1832
|
+
- path: src/data/list/infix.lean
|
|
1833
|
+
theorems:
|
|
1834
|
+
- list.is_suffix.filter
|
|
1835
|
+
- list.infix_cons_iff
|
|
1836
|
+
- list.suffix_insert
|
|
1837
|
+
- list.tail_suffix
|
|
1838
|
+
- list.prefix_take_le_iff
|
|
1839
|
+
- list.slice_sublist
|
|
1840
|
+
- path: src/data/polynomial/degree/definitions.lean
|
|
1841
|
+
theorems:
|
|
1842
|
+
- polynomial.leading_coeff_linear
|
|
1843
|
+
- polynomial.coeff_mul_degree_add_degree
|
|
1844
|
+
- polynomial.X_pow_sub_C_ne_zero
|
|
1845
|
+
- polynomial.degree_C_lt_degree_C_mul_X
|
|
1846
|
+
- polynomial.leading_coeff_add_of_degree_eq
|
|
1847
|
+
- polynomial.monic_of_nat_degree_le_of_coeff_eq_one
|
|
1848
|
+
- polynomial.degree_mul
|
|
1849
|
+
- polynomial.next_coeff_X_sub_C
|
|
1850
|
+
- polynomial.degree_X_pow_add_C
|
|
1851
|
+
- polynomial.degree_C_mul_X_pow_le
|
|
1852
|
+
- polynomial.degree_update_le
|
|
1853
|
+
- polynomial.degree_X_sub_C
|
|
1854
|
+
- polynomial.monic.eq_X_add_C
|
|
1855
|
+
- polynomial.nat_degree_pow'
|
|
1856
|
+
- polynomial.monomial_nat_degree_leading_coeff_eq_self
|
|
1857
|
+
- polynomial.coeff_pow_mul_nat_degree
|
|
1858
|
+
- polynomial.degree_erase_lt
|
|
1859
|
+
- polynomial.degree_linear_lt_degree_C_mul_X_sq
|
|
1860
|
+
- path: src/data/polynomial/mirror.lean
|
|
1861
|
+
theorems:
|
|
1862
|
+
- polynomial.mirror_neg
|
|
1863
|
+
- polynomial.mirror_nat_degree
|
|
1864
|
+
- polynomial.mirror_monomial
|
|
1865
|
+
- path: src/analysis/special_functions/trigonometric/bounds.lean
|
|
1866
|
+
theorems:
|
|
1867
|
+
- real.cos_le_one_div_sqrt_sq_add_one
|
|
1868
|
+
- path: src/analysis/special_functions/bernstein.lean
|
|
1869
|
+
theorems:
|
|
1870
|
+
- bernstein.variance
|
|
1871
|
+
- bernstein_approximation_uniform
|
|
1872
|
+
- bernstein_nonneg
|
|
1873
|
+
- path: src/analysis/constant_speed.lean
|
|
1874
|
+
theorems:
|
|
1875
|
+
- unique_unit_speed
|
|
1876
|
+
- has_constant_speed_on_with.has_locally_bounded_variation_on
|
|
1877
|
+
- has_constant_speed_on_with_zero_iff
|
|
1878
|
+
- unique_unit_speed_on_Icc_zero
|
|
1879
|
+
- path: src/data/finset/sym.lean
|
|
1880
|
+
theorems:
|
|
1881
|
+
- finset.sym_inter
|
|
1882
|
+
- finset.sym2_eq_empty
|
|
1883
|
+
- finset.sym2_singleton
|
|
1884
|
+
- finset.mem_sym_iff
|
|
1885
|
+
- path: src/data/multiset/sections.lean
|
|
1886
|
+
theorems:
|
|
1887
|
+
- multiset.coe_sections
|
|
1888
|
+
- path: src/data/list/nodup_equiv_fin.lean
|
|
1889
|
+
theorems:
|
|
1890
|
+
- list.duplicate_iff_exists_distinct_nth_le
|
|
1891
|
+
- path: src/analysis/special_functions/trigonometric/arctan.lean
|
|
1892
|
+
theorems:
|
|
1893
|
+
- real.continuous_on_tan_Ioo
|
|
1894
|
+
- real.arcsin_eq_arctan
|
|
1895
|
+
- real.tan_ne_zero_iff
|
|
1896
|
+
- real.sin_arctan
|
|
1897
|
+
- path: src/analysis/inner_product_space/dual.lean
|
|
1898
|
+
theorems:
|
|
1899
|
+
- inner_product_space.to_dual_symm_apply
|
|
1900
|
+
- inner_product_space.ext_inner_right_basis
|
|
1901
|
+
- inner_product_space.continuous_linear_map_of_bilin_apply
|
|
1902
|
+
- inner_product_space.unique_continuous_linear_map_of_bilin
|
|
1903
|
+
- path: src/analysis/inner_product_space/lax_milgram.lean
|
|
1904
|
+
theorems:
|
|
1905
|
+
- is_coercive.ker_eq_bot
|
|
1906
|
+
- is_coercive.antilipschitz
|
|
1907
|
+
- path: src/data/set/intervals/surj_on.lean
|
|
1908
|
+
theorems:
|
|
1909
|
+
- surj_on_Ioi_of_monotone_surjective
|
|
1910
|
+
- surj_on_Ici_of_monotone_surjective
|
|
1911
|
+
- surj_on_Ico_of_monotone_surjective
|
|
1912
|
+
- path: src/data/nat/choose/factorization.lean
|
|
1913
|
+
theorems:
|
|
1914
|
+
- nat.prod_pow_factorization_choose
|
|
1915
|
+
- nat.factorization_factorial_eq_zero_of_lt
|
|
1916
|
+
- path: src/data/nat/factorization/prime_pow.lean
|
|
1917
|
+
theorems:
|
|
1918
|
+
- is_prime_pow_iff_card_support_factorization_eq_one
|
|
1919
|
+
- is_prime_pow_iff_unique_prime_dvd
|
|
1920
|
+
- nat.coprime.is_prime_pow_dvd_mul
|
|
1921
|
+
- is_prime_pow_iff_factorization_eq_single
|
|
1922
|
+
- path: src/data/mv_polynomial/monad.lean
|
|
1923
|
+
theorems:
|
|
1924
|
+
- "mv_polynomial.bind\u2082_monomial"
|
|
1925
|
+
- "mv_polynomial.mem_vars_bind\u2081"
|
|
1926
|
+
- "mv_polynomial.map_bind\u2081"
|
|
1927
|
+
- "mv_polynomial.bind\u2081_bind\u2081"
|
|
1928
|
+
- "mv_polynomial.eval\u2082_hom_bind\u2081"
|
|
1929
|
+
- path: src/analysis/special_functions/arsinh.lean
|
|
1930
|
+
theorems:
|
|
1931
|
+
- real.has_strict_deriv_at_arsinh
|
|
1932
|
+
- real.sinh_arsinh
|
|
1933
|
+
- path: src/data/multiset/fintype.lean
|
|
1934
|
+
theorems:
|
|
1935
|
+
- multiset.to_enum_finset_subset_iff
|
|
1936
|
+
- multiset.image_to_enum_finset_fst
|
|
1937
|
+
- multiset.to_enum_finset_filter_eq
|
|
1938
|
+
- multiset.map_univ
|
|
1939
|
+
- multiset.map_univ_coe_embedding
|
|
1940
|
+
- path: src/analysis/inner_product_space/euclidean_dist.lean
|
|
1941
|
+
theorems:
|
|
1942
|
+
- cont_diff.euclidean_dist
|
|
1943
|
+
- euclidean.is_compact_closed_ball
|
|
1944
|
+
- path: src/data/nat/nth.lean
|
|
1945
|
+
theorems:
|
|
1946
|
+
- nat.filter_range_nth_eq_insert_of_finite
|
|
1947
|
+
- nat.le_nth_of_lt_nth_succ_finite
|
|
1948
|
+
- nat.nth_count_le
|
|
1949
|
+
- nat.count_nth_of_lt_card_finite
|
|
1950
|
+
- nat.nth_set_nonempty_of_lt_card
|
|
1951
|
+
- nat.le_nth_of_count_le
|
|
1952
|
+
- nat.count_nth_of_infinite
|
|
1953
|
+
- path: src/analysis/convex/extrema.lean
|
|
1954
|
+
theorems:
|
|
1955
|
+
- is_min_on.of_is_local_min_on_of_convex_on
|
|
1956
|
+
- path: src/data/list/tfae.lean
|
|
1957
|
+
theorems:
|
|
1958
|
+
- list.tfae_singleton
|
|
1959
|
+
- path: src/data/set/pointwise/basic.lean
|
|
1960
|
+
theorems:
|
|
1961
|
+
- set.empty_pow
|
|
1962
|
+
- set.nsmul_univ
|
|
1963
|
+
- set.pow_subset_pow_of_one_mem
|
|
1964
|
+
- set.pow_mem_pow
|
|
1965
|
+
- set.is_unit_iff
|
|
1966
|
+
- set.inv_subset
|
|
1967
|
+
- path: src/data/nat/factors.lean
|
|
1968
|
+
theorems:
|
|
1969
|
+
- nat.factors_unique
|
|
1970
|
+
- nat.factors_sublist_of_dvd
|
|
1971
|
+
- nat.factors_sublist_right
|
|
1972
|
+
- path: src/data/set/function.lean
|
|
1973
|
+
theorems:
|
|
1974
|
+
- set.eq_on.piecewise_ite'
|
|
1975
|
+
- set.bij_on_singleton
|
|
1976
|
+
- set.restrict_extend_range
|
|
1977
|
+
- set.range_restrict_preimage
|
|
1978
|
+
- set.maps_range_to
|
|
1979
|
+
- function.semiconj.bij_on_range
|
|
1980
|
+
- set.injective_piecewise_iff
|
|
1981
|
+
- set.range_extend
|
|
1982
|
+
- path: src/data/list/zip.lean
|
|
1983
|
+
theorems:
|
|
1984
|
+
- list.unzip_zip_right
|
|
1985
|
+
- list.length_zip_with
|
|
1986
|
+
- path: src/data/nat/pow.lean
|
|
1987
|
+
theorems:
|
|
1988
|
+
- nat.dvd_of_pow_dvd
|
|
1989
|
+
- nat.mod_pow_succ
|
|
1990
|
+
- nat.mul_lt_mul_pow_succ
|
|
1991
|
+
- nat.sq_sub_sq
|
|
1992
|
+
- nat.pow_dvd_pow_iff_le_right
|
|
1993
|
+
- path: src/data/nat/digits.lean
|
|
1994
|
+
theorems:
|
|
1995
|
+
- nat.base_pow_length_digits_le'
|
|
1996
|
+
- nat.dvd_of_digits_sub_of_digits
|
|
1997
|
+
- nat.base_pow_length_digits_le
|
|
1998
|
+
- nat.digits_zero
|
|
1999
|
+
- nat.digits_eq_cons_digits_div
|
|
2000
|
+
- nat.digits_len_le_digits_len_succ
|
|
2001
|
+
- nat.eleven_dvd_of_palindrome
|
|
2002
|
+
- nat.modeq_digits_sum
|
|
2003
|
+
- nat.of_digits_eq_sum_map_with_index
|
|
2004
|
+
- path: src/data/sign.lean
|
|
2005
|
+
theorems:
|
|
2006
|
+
- exists_signed_sum_aux
|
|
2007
|
+
- exists_signed_sum'
|
|
2008
|
+
- path: src/set_theory/surreal/dyadic.lean
|
|
2009
|
+
theorems:
|
|
2010
|
+
- surreal.nsmul_pow_two_pow_half
|
|
2011
|
+
- pgame.add_pow_half_succ_self_eq_pow_half
|
|
2012
|
+
- surreal.nsmul_pow_two_pow_half'
|
|
2013
|
+
- pgame.numeric_pow_half
|
|
2014
|
+
- surreal.dyadic_map_apply_pow
|
|
2015
|
+
- surreal.zsmul_pow_two_pow_half
|
|
2016
|
+
- path: src/data/seq/seq.lean
|
|
2017
|
+
theorems:
|
|
2018
|
+
- stream.seq.head_cons
|
|
2019
|
+
- stream.seq.map_tail
|
|
2020
|
+
- stream.seq.eq_of_bisim
|
|
2021
|
+
- stream.seq.dropn_tail
|
|
2022
|
+
- stream.seq.enum_cons
|
|
2023
|
+
- path: src/data/vector/basic.lean
|
|
2024
|
+
theorems:
|
|
2025
|
+
- vector.not_empty_to_list
|
|
2026
|
+
- vector.prod_update_nth'
|
|
2027
|
+
- vector.nth_update_nth_eq_if
|
|
2028
|
+
- vector.scanl_cons
|
|
2029
|
+
- vector.reverse_nth_zero
|
|
2030
|
+
- vector.reverse_reverse
|
|
2031
|
+
- vector.of_fn_nth
|
|
2032
|
+
- vector.insert_nth_comm
|
|
2033
|
+
- vector.head_of_fn
|
|
2034
|
+
- vector.nth_cons_succ
|
|
2035
|
+
- path: src/set_theory/game/domineering.lean
|
|
2036
|
+
theorems:
|
|
2037
|
+
- pgame.domineering.move_left_smaller
|
|
2038
|
+
- pgame.domineering.move_left_card
|
|
2039
|
+
- pgame.domineering.move_right_smaller
|
|
2040
|
+
- path: src/data/sum/basic.lean
|
|
2041
|
+
theorems:
|
|
2042
|
+
- sum.lex.mono
|
|
2043
|
+
- sum.update_inr_apply_inr
|
|
2044
|
+
- sum.update_inl_apply_inl
|
|
2045
|
+
- sum.get_right_eq_none_iff
|
|
2046
|
+
- path: src/data/int/sqrt.lean
|
|
2047
|
+
theorems:
|
|
2048
|
+
- int.sqrt_eq
|
|
2049
|
+
- path: src/data/fin_enum.lean
|
|
2050
|
+
theorems:
|
|
2051
|
+
- fin_enum.nodup_to_list
|
|
2052
|
+
- path: src/analysis/special_functions/gaussian.lean
|
|
2053
|
+
theorems:
|
|
2054
|
+
- rpow_mul_exp_neg_mul_sq_is_o_exp_neg
|
|
2055
|
+
- gaussian_fourier.vertical_integral_norm_le
|
|
2056
|
+
- integral_cexp_neg_mul_sq_add_const
|
|
2057
|
+
- integral_gaussian
|
|
2058
|
+
- complex.tsum_exp_neg_mul_int_sq
|
|
2059
|
+
- fourier_transform_gaussian
|
|
2060
|
+
- gaussian_fourier.integral_cexp_neg_mul_sq_add_real_mul_I
|
|
2061
|
+
- real.Gamma_one_half_eq
|
|
2062
|
+
- gaussian_fourier.tendsto_vertical_integral
|
|
2063
|
+
- integrable_mul_cexp_neg_mul_sq
|
|
2064
|
+
- path: src/data/real/nnreal.lean
|
|
2065
|
+
theorems:
|
|
2066
|
+
- nnreal.finset_sup_div
|
|
2067
|
+
- nnreal.Sup_of_not_bdd_above
|
|
2068
|
+
- nnreal.infi_const_zero
|
|
2069
|
+
- path: src/data/fintype/card.lean
|
|
2070
|
+
theorems:
|
|
2071
|
+
- list.nodup.length_le_card
|
|
2072
|
+
- infinite.of_surjective
|
|
2073
|
+
- finite.well_founded_of_trans_of_irrefl
|
|
2074
|
+
- fintype.card_eq
|
|
2075
|
+
- infinite.of_injective_to_set
|
|
2076
|
+
- finite.injective_iff_surjective
|
|
2077
|
+
- path: src/data/finset/interval.lean
|
|
2078
|
+
theorems:
|
|
2079
|
+
- finset.card_Icc_finset
|
|
2080
|
+
- path: src/data/nat/sqrt.lean
|
|
2081
|
+
theorems:
|
|
2082
|
+
- nat.not_exists_sq'
|
|
2083
|
+
- nat.sqrt_aux_2
|
|
2084
|
+
- path: src/data/fin/tuple/reflection.lean
|
|
2085
|
+
theorems:
|
|
2086
|
+
- fin_vec.sum_eq
|
|
2087
|
+
- fin_vec.forall_iff
|
|
2088
|
+
- path: src/data/list/min_max.lean
|
|
2089
|
+
theorems:
|
|
2090
|
+
- list.not_lt_maximum_of_mem'
|
|
2091
|
+
- list.index_of_argmax
|
|
2092
|
+
- list.mem_argmax_iff
|
|
2093
|
+
- list.not_of_mem_foldl_arg_aux
|
|
2094
|
+
- list.foldr_max_of_ne_nil
|
|
2095
|
+
- list.argmax_mem
|
|
2096
|
+
- list.maximum_concat
|
|
2097
|
+
- path: src/analysis/convex/independent.lean
|
|
2098
|
+
theorems:
|
|
2099
|
+
- convex_independent_iff_finset
|
|
2100
|
+
- convex_independent_set_iff_not_mem_convex_hull_diff
|
|
2101
|
+
- subsingleton.convex_independent
|
|
2102
|
+
- path: src/data/fin/tuple/bubble_sort_induction.lean
|
|
2103
|
+
theorems:
|
|
2104
|
+
- tuple.bubble_sort_induction'
|
|
2105
|
+
- path: src/model_theory/encoding.lean
|
|
2106
|
+
theorems:
|
|
2107
|
+
- first_order.language.bounded_formula.card_le
|
|
2108
|
+
- path: src/analysis/convex/krein_milman.lean
|
|
2109
|
+
theorems:
|
|
2110
|
+
- is_compact.has_extreme_point
|
|
2111
|
+
- closure_convex_hull_extreme_points
|
|
2112
|
+
- path: src/data/fin/tuple/sort.lean
|
|
2113
|
+
theorems:
|
|
2114
|
+
- tuple.sort_eq_refl_iff_monotone
|
|
2115
|
+
- tuple.eq_sort_iff'
|
|
2116
|
+
- tuple.monotone_proj
|
|
2117
|
+
- tuple.monotone_sort
|
|
2118
|
+
- path: src/data/nat/gcd/basic.lean
|
|
2119
|
+
theorems:
|
|
2120
|
+
- nat.coprime_self_add_left
|
|
2121
|
+
- nat.coprime_add_mul_left_left
|
|
2122
|
+
- nat.gcd_gcd_self_left_right
|
|
2123
|
+
- nat.coprime.coprime_dvd_left
|
|
2124
|
+
- nat.coprime.gcd_mul_left_cancel
|
|
2125
|
+
- nat.lcm_one_left
|
|
2126
|
+
- nat.gcd_gcd_self_right_right
|
|
2127
|
+
- nat.gcd_mul_gcd_of_coprime_of_mul_eq_mul
|
|
2128
|
+
- nat.coprime_mul_left_add_left
|
|
2129
|
+
- path: src/analysis/convex/extreme.lean
|
|
2130
|
+
theorems:
|
|
2131
|
+
- extreme_points_pi
|
|
2132
|
+
- convex.mem_extreme_points_iff_convex_diff
|
|
2133
|
+
- mem_extreme_points_iff_forall_segment
|
|
2134
|
+
- path: src/data/qpf/multivariate/constructions/fix.lean
|
|
2135
|
+
theorems:
|
|
2136
|
+
- mvqpf.Wrepr_equiv
|
|
2137
|
+
- mvqpf.fix.dest_mk
|
|
2138
|
+
- mvqpf.fix.rec_eq
|
|
2139
|
+
- path: src/analysis/special_functions/non_integrable.lean
|
|
2140
|
+
theorems:
|
|
2141
|
+
- not_interval_integrable_of_sub_inv_is_O_punctured
|
|
2142
|
+
- not_interval_integrable_of_tendsto_norm_at_top_of_deriv_is_O_filter
|
|
2143
|
+
- path: src/data/finset/powerset.lean
|
|
2144
|
+
theorems:
|
|
2145
|
+
- finset.powerset_len_sup
|
|
2146
|
+
- finset.powerset_insert
|
|
2147
|
+
- finset.mem_powerset
|
|
2148
|
+
- finset.powerset_len_nonempty
|
|
2149
|
+
- path: src/analysis/special_functions/log/basic.lean
|
|
2150
|
+
theorems:
|
|
2151
|
+
- real.tendsto_log_comp_add_sub_log
|
|
2152
|
+
- real.exp_log_eq_abs
|
|
2153
|
+
- real.is_o_pow_log_id_at_top
|
|
2154
|
+
- real.tendsto_log_nhds_within_zero
|
|
2155
|
+
- real.continuous_at_log_iff
|
|
2156
|
+
- path: src/analysis/inner_product_space/orientation.lean
|
|
2157
|
+
theorems:
|
|
2158
|
+
- orientation.abs_volume_form_apply_of_pairwise_orthogonal
|
|
2159
|
+
- orthonormal_basis.abs_det_adjust_to_orientation
|
|
2160
|
+
- orientation.volume_form_neg_orientation
|
|
2161
|
+
- path: src/data/sym/card.lean
|
|
2162
|
+
theorems:
|
|
2163
|
+
- sym2.card_image_off_diag
|
|
2164
|
+
- sym.card_sym_eq_choose
|
|
2165
|
+
- finset.card_sym2
|
|
2166
|
+
- sym.card_sym_eq_multichoose
|
|
2167
|
+
- path: src/data/mv_polynomial/basic.lean
|
|
2168
|
+
theorems:
|
|
2169
|
+
- mv_polynomial.X_pow_eq_monomial
|
|
2170
|
+
- mv_polynomial.coeff_map
|
|
2171
|
+
- "mv_polynomial.eval\u2082_mul_monomial"
|
|
2172
|
+
- mv_polynomial.smul_eval
|
|
2173
|
+
- mv_polynomial.coeff_X'
|
|
2174
|
+
- "mv_polynomial.eval\u2082_pow"
|
|
2175
|
+
- path: src/analysis/quaternion.lean
|
|
2176
|
+
theorems:
|
|
2177
|
+
- quaternion.norm_star
|
|
2178
|
+
- path: src/data/dfinsupp/ne_locus.lean
|
|
2179
|
+
theorems:
|
|
2180
|
+
- dfinsupp.ne_locus_eq_support_sub
|
|
2181
|
+
- dfinsupp.ne_locus_self_add_right
|
|
2182
|
+
- path: src/data/zmod/quotient.lean
|
|
2183
|
+
theorems:
|
|
2184
|
+
- order_eq_card_zpowers'
|
|
2185
|
+
- mul_action.orbit_zpowers_equiv_symm_apply'
|
|
2186
|
+
- add_action.orbit_zmultiples_equiv_symm_apply'
|
|
2187
|
+
- path: src/analysis/convex/strict_convex_between.lean
|
|
2188
|
+
theorems:
|
|
2189
|
+
- sbtw.dist_lt_max_dist
|
|
2190
|
+
- path: src/data/list/destutter.lean
|
|
2191
|
+
theorems:
|
|
2192
|
+
- list.destutter'_is_chain'
|
|
2193
|
+
- path: src/data/seq/computation.lean
|
|
2194
|
+
theorems:
|
|
2195
|
+
- computation.results_bind
|
|
2196
|
+
- computation.results_of_terminates'
|
|
2197
|
+
- computation.lift_rel_aux.ret_right
|
|
2198
|
+
- computation.terminates_congr
|
|
2199
|
+
- computation.corec_eq
|
|
2200
|
+
- path: src/data/buffer/basic.lean
|
|
2201
|
+
theorems:
|
|
2202
|
+
- buffer.read_to_buffer'
|
|
2203
|
+
- buffer.size_to_buffer
|
|
2204
|
+
- buffer.read_to_buffer
|
|
2205
|
+
- buffer.length_to_list
|
|
2206
|
+
- buffer.read_append_list_left'
|
|
2207
|
+
- path: src/analysis/convex/strict_convex_space.lean
|
|
2208
|
+
theorems:
|
|
2209
|
+
- eq_line_map_of_dist_eq_mul_of_dist_eq_mul
|
|
2210
|
+
- strict_convex_closed_ball
|
|
2211
|
+
- eq_midpoint_of_dist_eq_half
|
|
2212
|
+
- strict_convex_space.of_norm_add_ne_two
|
|
2213
|
+
- norm_midpoint_lt_iff
|
|
2214
|
+
- norm_add_lt_of_not_same_ray
|
|
2215
|
+
- path: src/data/int/log.lean
|
|
2216
|
+
theorems:
|
|
2217
|
+
- int.zpow_pred_clog_lt_self
|
|
2218
|
+
- int.log_of_right_le_one
|
|
2219
|
+
- int.clog_of_right_le_zero
|
|
2220
|
+
- path: src/set_theory/game/basic.lean
|
|
2221
|
+
theorems:
|
|
2222
|
+
- pgame.quot_right_distrib_sub
|
|
2223
|
+
- pgame.zero_lf_inv'
|
|
2224
|
+
- pgame.quot_right_distrib
|
|
2225
|
+
- path: src/data/pfunctor/univariate/M.lean
|
|
2226
|
+
theorems:
|
|
2227
|
+
- pfunctor.M.bisim
|
|
2228
|
+
- pfunctor.M.ext_aux
|
|
2229
|
+
- pfunctor.approx.head_succ'
|
|
2230
|
+
- pfunctor.M.cases_mk
|
|
2231
|
+
- pfunctor.M.isubtree_cons
|
|
2232
|
+
- pfunctor.M.ext
|
|
2233
|
+
- pfunctor.M.children_mk
|
|
2234
|
+
- path: src/data/multiset/locally_finite.lean
|
|
2235
|
+
theorems:
|
|
2236
|
+
- multiset.Ico_filter_le
|
|
2237
|
+
- multiset.Ico_add_Ico_eq_Ico
|
|
2238
|
+
- multiset.Ico_inter_Ico
|
|
2239
|
+
- multiset.Ico_sub_Ico_left
|
|
2240
|
+
- multiset.map_add_left_Ioo
|
|
2241
|
+
- multiset.Ico_sub_Ico_right
|
|
2242
|
+
- multiset.map_add_left_Ioc
|
|
2243
|
+
- multiset.map_add_right_Ioc
|
|
2244
|
+
- multiset.Ico_eq_zero_iff
|
|
2245
|
+
- path: src/analysis/convex/uniform.lean
|
|
2246
|
+
theorems:
|
|
2247
|
+
- exists_forall_closed_ball_dist_add_le_two_mul_sub
|
|
2248
|
+
- path: src/data/pi/algebra.lean
|
|
2249
|
+
theorems:
|
|
2250
|
+
- "pi.apply_mul_single\u2082"
|
|
2251
|
+
- path: src/data/prod/basic.lean
|
|
2252
|
+
theorems:
|
|
2253
|
+
- function.left_inverse.prod_map
|
|
2254
|
+
- path: src/model_theory/direct_limit.lean
|
|
2255
|
+
theorems:
|
|
2256
|
+
- first_order.language.direct_limit.fun_map_quotient_mk_sigma_mk
|
|
2257
|
+
- first_order.language.direct_limit.lift_unique
|
|
2258
|
+
- path: src/data/set/countable.lean
|
|
2259
|
+
theorems:
|
|
2260
|
+
- set.countable_Union
|
|
2261
|
+
- set.countable_iff_exists_subset_range
|
|
2262
|
+
- set.countable_pi
|
|
2263
|
+
- set.countable.bUnion_iff
|
|
2264
|
+
- path: src/data/list/rdrop.lean
|
|
2265
|
+
theorems:
|
|
2266
|
+
- list.rtake_while_suffix
|
|
2267
|
+
- list.mem_rtake_while_imp
|
|
2268
|
+
- list.rdrop_while_last_not
|
|
2269
|
+
- list.rdrop_while_eq_self_iff
|
|
2270
|
+
- list.rdrop_while_singleton
|
|
2271
|
+
- path: src/data/pfunctor/univariate/basic.lean
|
|
2272
|
+
theorems:
|
|
2273
|
+
- pfunctor.liftp_iff'
|
|
2274
|
+
- path: src/data/nat/bits.lean
|
|
2275
|
+
theorems:
|
|
2276
|
+
- nat.bit_cases_on_injective
|
|
2277
|
+
- nat.bits_append_bit
|
|
2278
|
+
- nat.one_bits
|
|
2279
|
+
- path: src/data/sym/sym2.lean
|
|
2280
|
+
theorems:
|
|
2281
|
+
- sym2.from_rel_top
|
|
2282
|
+
- sym2.rel_bool_spec
|
|
2283
|
+
- sym2.other_invol
|
|
2284
|
+
- sym2.ball
|
|
2285
|
+
- path: src/data/fintype/sum.lean
|
|
2286
|
+
theorems:
|
|
2287
|
+
- fintype.card_subtype_or
|
|
2288
|
+
- fintype.card_subtype_or_disjoint
|
|
2289
|
+
- set.maps_to.exists_equiv_extend_of_card_eq
|
|
2290
|
+
- infinite_sum
|
|
2291
|
+
- path: src/data/set/intervals/unordered_interval.lean
|
|
2292
|
+
theorems:
|
|
2293
|
+
- set.uIcc_injective_left
|
|
2294
|
+
- path: src/data/rbtree/basic.lean
|
|
2295
|
+
theorems:
|
|
2296
|
+
- rbnode.balanced
|
|
2297
|
+
- path: src/data/bitvec/basic.lean
|
|
2298
|
+
theorems:
|
|
2299
|
+
- bitvec.of_nat_to_nat
|
|
2300
|
+
- bitvec.to_nat_lt
|
|
2301
|
+
- path: src/data/list/permutation.lean
|
|
2302
|
+
theorems:
|
|
2303
|
+
- list.mem_foldr_permutations_aux2
|
|
2304
|
+
- list.mem_permutations_aux2'
|
|
2305
|
+
- list.map_permutations'
|
|
2306
|
+
- list.length_foldr_permutations_aux2'
|
|
2307
|
+
- path: src/data/set/intervals/ord_connected.lean
|
|
2308
|
+
theorems:
|
|
2309
|
+
- set.ord_connected_of_Ioo
|
|
2310
|
+
- set.ord_connected_range
|
|
2311
|
+
- set.ord_connected_singleton
|
|
2312
|
+
- set.ord_connected_image
|
|
2313
|
+
- path: src/data/qpf/multivariate/constructions/cofix.lean
|
|
2314
|
+
theorems:
|
|
2315
|
+
- mvqpf.liftr_map
|
|
2316
|
+
- mvqpf.cofix.abs_repr
|
|
2317
|
+
- mvqpf.cofix.dest_corec'
|
|
2318
|
+
- path: src/set_theory/ordinal/topology.lean
|
|
2319
|
+
theorems:
|
|
2320
|
+
- ordinal.mem_closed_iff_bsup
|
|
2321
|
+
- path: src/data/real/golden_ratio.lean
|
|
2322
|
+
theorems:
|
|
2323
|
+
- gold_conj_neg
|
|
2324
|
+
- gold_conj_mul_gold
|
|
2325
|
+
- path: src/data/fin/vec_notation.lean
|
|
2326
|
+
theorems:
|
|
2327
|
+
- matrix.vec_append_eq_ite
|
|
2328
|
+
- matrix.range_cons_empty
|
|
2329
|
+
- matrix.vec_alt1_vec_append
|
|
2330
|
+
- matrix.cons_val_succ'
|
|
2331
|
+
- matrix.cons_vec_bit1_eq_alt1
|
|
2332
|
+
- path: src/data/dfinsupp/basic.lean
|
|
2333
|
+
theorems:
|
|
2334
|
+
- dfinsupp.erase_add
|
|
2335
|
+
- dfinsupp.prod_finset_sum_index
|
|
2336
|
+
- dfinsupp.support_update
|
|
2337
|
+
- dfinsupp.mk_sub
|
|
2338
|
+
- dfinsupp.induction
|
|
2339
|
+
- dfinsupp_sum_add_hom_mem
|
|
2340
|
+
- dfinsupp.single_eq_zero
|
|
2341
|
+
- path: src/data/pfunctor/multivariate/M.lean
|
|
2342
|
+
theorems:
|
|
2343
|
+
- mvpfunctor.M.map_dest
|
|
2344
|
+
- "mvpfunctor.M.bisim\u2080"
|
|
2345
|
+
- mvpfunctor.M.dest_corec
|
|
2346
|
+
- mvpfunctor.M.dest_map
|
|
2347
|
+
- path: src/data/fintype/basic.lean
|
|
2348
|
+
theorems:
|
|
2349
|
+
- finset.insert_compl_self
|
|
2350
|
+
- fintype.choose_subtype_eq
|
|
2351
|
+
- exists_seq_of_forall_finset_exists'
|
|
2352
|
+
- path: src/analysis/special_functions/log/monotone.lean
|
|
2353
|
+
theorems:
|
|
2354
|
+
- real.log_div_self_rpow_antitone_on
|
|
2355
|
+
- path: src/data/polynomial/degree/trailing_degree.lean
|
|
2356
|
+
theorems:
|
|
2357
|
+
- polynomial.le_trailing_degree_C_mul_X_pow
|
|
2358
|
+
- polynomial.le_trailing_degree_X_pow
|
|
2359
|
+
- polynomial.trailing_degree_ne_of_nat_trailing_degree_ne
|
|
2360
|
+
- path: src/analysis/inner_product_space/rayleigh.lean
|
|
2361
|
+
theorems:
|
|
2362
|
+
- continuous_linear_map.image_rayleigh_eq_image_rayleigh_sphere
|
|
2363
|
+
- is_self_adjoint.has_eigenvector_of_is_max_on
|
|
2364
|
+
- is_self_adjoint.linearly_dependent_of_is_local_extr_on
|
|
2365
|
+
- path: src/data/nat/fib.lean
|
|
2366
|
+
theorems:
|
|
2367
|
+
- nat.gcd_fib_add_mul_self
|
|
2368
|
+
- nat.fib_bit1
|
|
2369
|
+
- nat.fib_add_two_strict_mono
|
|
2370
|
+
- nat.fib_succ_eq_sum_choose
|
|
2371
|
+
- nat.fib_lt_fib_succ
|
|
2372
|
+
- nat.fib_dvd
|
|
2373
|
+
- path: src/data/list/lattice.lean
|
|
2374
|
+
theorems:
|
|
2375
|
+
- list.cons_bag_inter_of_neg
|
|
2376
|
+
- list.mem_bag_inter
|
|
2377
|
+
- list.mem_union
|
|
2378
|
+
- path: src/data/rbmap/default.lean
|
|
2379
|
+
theorems:
|
|
2380
|
+
- rbmap.not_mem_of_empty
|
|
2381
|
+
- rbmap.find_entry_insert_of_disj
|
|
2382
|
+
- rbmap.find_eq_find_of_eqv
|
|
2383
|
+
- rbmap.find_correct
|
|
2384
|
+
- rbmap.not_mem_of_find_entry_none
|
|
2385
|
+
- path: src/data/fin/tuple/nat_antidiagonal.lean
|
|
2386
|
+
theorems:
|
|
2387
|
+
- list.nat.antidiagonal_tuple_zero_right
|
|
2388
|
+
- list.nat.mem_antidiagonal_tuple
|
|
2389
|
+
- list.nat.antidiagonal_tuple_one
|
|
2390
|
+
- path: src/data/int/modeq.lean
|
|
2391
|
+
theorems:
|
|
2392
|
+
- int.neg_modeq_neg
|
|
2393
|
+
- path: src/data/multiset/finset_ops.lean
|
|
2394
|
+
theorems:
|
|
2395
|
+
- multiset.ndunion_le
|
|
2396
|
+
- multiset.disjoint_ndinsert_right
|
|
2397
|
+
- path: src/analysis/p_series.lean
|
|
2398
|
+
theorems:
|
|
2399
|
+
- finset.le_sum_condensed
|
|
2400
|
+
- sum_Ioo_inv_sq_le
|
|
2401
|
+
- finset.sum_condensed_le
|
|
2402
|
+
- real.summable_nat_rpow_inv
|
|
2403
|
+
- path: src/model_theory/types.lean
|
|
2404
|
+
theorems:
|
|
2405
|
+
- first_order.language.Theory.complete_type.nonempty_iff
|
|
2406
|
+
- first_order.language.Theory.complete_type.mem_type_of
|
|
2407
|
+
- first_order.language.Theory.complete_type.set_of_mem_eq_univ_iff
|
|
2408
|
+
- first_order.language.Theory.exists_Model_is_realized_in
|
|
2409
|
+
- path: src/data/sym/basic.lean
|
|
2410
|
+
theorems:
|
|
2411
|
+
- sym_option_succ_equiv.encode_decode
|
|
2412
|
+
- sym.append_comm
|
|
2413
|
+
- sym.mem_fill_iff
|
|
2414
|
+
- sym.exists_eq_cons_of_succ
|
|
2415
|
+
- path: src/data/char.lean
|
|
2416
|
+
theorems:
|
|
2417
|
+
- char.of_nat_to_nat
|
|
2418
|
+
- path: src/data/rat/order.lean
|
|
2419
|
+
theorems:
|
|
2420
|
+
- rat.le_antisymm
|
|
2421
|
+
- rat.mul_nonneg
|
|
2422
|
+
- rat.abs_def
|
|
2423
|
+
- path: src/data/list/fin_range.lean
|
|
2424
|
+
theorems:
|
|
2425
|
+
- list.nodup_of_fn_of_injective
|
|
2426
|
+
- path: src/data/finset/pimage.lean
|
|
2427
|
+
theorems:
|
|
2428
|
+
- finset.pimage_inter
|
|
2429
|
+
- finset.mem_pimage
|
|
2430
|
+
- path: src/data/lazy_list/basic.lean
|
|
2431
|
+
theorems:
|
|
2432
|
+
- lazy_list.append_bind
|
|
2433
|
+
- lazy_list.forall_mem_cons
|
|
2434
|
+
- path: src/data/mv_polynomial/supported.lean
|
|
2435
|
+
theorems:
|
|
2436
|
+
- mv_polynomial.supported_le_supported_iff
|
|
2437
|
+
- mv_polynomial.supported_empty
|
|
2438
|
+
- mv_polynomial.mem_supported
|
|
2439
|
+
- path: src/data/list/range.lean
|
|
2440
|
+
theorems:
|
|
2441
|
+
- list.iota_eq_reverse_range'
|
|
2442
|
+
- list.range_sublist
|
|
2443
|
+
- list.range_succ_eq_map
|
|
2444
|
+
- list.unzip_enum_from_eq_prod
|
|
2445
|
+
- path: src/data/polynomial/identities.lean
|
|
2446
|
+
theorems:
|
|
2447
|
+
- polynomial.poly_binom_aux2
|
|
2448
|
+
- path: src/analysis/special_functions/polynomials.lean
|
|
2449
|
+
theorems:
|
|
2450
|
+
- polynomial.tendsto_at_top_iff_leading_coeff_nonneg
|
|
2451
|
+
- polynomial.tendsto_at_bot_iff_leading_coeff_nonpos
|
|
2452
|
+
- path: src/data/set/accumulate.lean
|
|
2453
|
+
theorems:
|
|
2454
|
+
- set.Union_accumulate
|
|
2455
|
+
- path: src/data/polynomial/algebra_map.lean
|
|
2456
|
+
theorems:
|
|
2457
|
+
- polynomial.aeval_endomorphism
|
|
2458
|
+
- polynomial.eval_mul_X_sub_C
|
|
2459
|
+
- path: src/analysis/inner_product_space/orthogonal.lean
|
|
2460
|
+
theorems:
|
|
2461
|
+
- submodule.is_closed_orthogonal
|
|
2462
|
+
- submodule.is_ortho_span
|
|
2463
|
+
- path: src/analysis/schwartz_space.lean
|
|
2464
|
+
theorems:
|
|
2465
|
+
- schwartz_map.is_O_cocompact_rpow
|
|
2466
|
+
- schwartz_map.decay_add_le_aux
|
|
2467
|
+
- schwartz_map.seminorm_aux_smul_le
|
|
2468
|
+
- schwartz_map.decay_neg_aux
|
|
2469
|
+
- schwartz_map.seminorm_le_bound'
|
|
2470
|
+
- path: src/data/vector/zip.lean
|
|
2471
|
+
theorems:
|
|
2472
|
+
- vector.zip_with_nth
|
|
2473
|
+
- path: src/model_theory/skolem.lean
|
|
2474
|
+
theorems:
|
|
2475
|
+
- "first_order.language.card_functions_sum_skolem\u2081"
|
|
2476
|
+
- "first_order.language.card_functions_sum_skolem\u2081_le"
|
|
2477
|
+
- first_order.language.exists_elementary_substructure_card_eq
|
|
2478
|
+
- path: src/data/set/intervals/monotone.lean
|
|
2479
|
+
theorems:
|
|
2480
|
+
- strict_mono_on.Iic_id_le
|
|
2481
|
+
- path: src/set_theory/surreal/basic.lean
|
|
2482
|
+
theorems:
|
|
2483
|
+
- pgame.numeric_to_pgame
|
|
2484
|
+
- pgame.numeric.add
|
|
2485
|
+
- path: src/data/qpf/univariate/basic.lean
|
|
2486
|
+
theorems:
|
|
2487
|
+
- qpf.supp_preservation_iff_liftp_preservation
|
|
2488
|
+
- qpf.cofix.bisim
|
|
2489
|
+
- qpf.fix.rec_eq
|
|
2490
|
+
- qpf.Wrepr_equiv
|
|
2491
|
+
- qpf.cofix.bisim_aux
|
|
2492
|
+
- path: src/data/typevec.lean
|
|
2493
|
+
theorems:
|
|
2494
|
+
- typevec.drop_append1'
|
|
2495
|
+
- typevec.to_subtype_of_subtype
|
|
2496
|
+
- path: src/data/rat/sqrt.lean
|
|
2497
|
+
theorems:
|
|
2498
|
+
- rat.sqrt_eq
|
|
2499
|
+
- path: src/data/int/lemmas.lean
|
|
2500
|
+
theorems:
|
|
2501
|
+
- int.div2_bit
|
|
2502
|
+
- int.nat_abs_eq_iff_sq_eq
|
|
2503
|
+
- int.nat_abs_lt_iff_sq_lt
|
|
2504
|
+
- path: src/data/polynomial/module.lean
|
|
2505
|
+
theorems:
|
|
2506
|
+
- polynomial_module.smul_apply
|
|
2507
|
+
- polynomial_module.comp_smul
|
|
2508
|
+
- path: src/data/set/intervals/pi.lean
|
|
2509
|
+
theorems:
|
|
2510
|
+
- set.pi_univ_Ioc_update_union
|
|
2511
|
+
- path: src/data/polynomial/expand.lean
|
|
2512
|
+
theorems:
|
|
2513
|
+
- polynomial.expand_char
|
|
2514
|
+
- polynomial.nat_degree_expand
|
|
2515
|
+
- path: src/data/finset/preimage.lean
|
|
2516
|
+
theorems:
|
|
2517
|
+
- finset.subset_map_iff
|
|
2518
|
+
- path: src/data/list/dedup.lean
|
|
2519
|
+
theorems:
|
|
2520
|
+
- list.count_dedup
|
|
2521
|
+
- list.sum_map_count_dedup_filter_eq_countp
|
|
2522
|
+
- path: src/data/list/func.lean
|
|
2523
|
+
theorems:
|
|
2524
|
+
- list.func.length_neg
|
|
2525
|
+
- list.func.equiv_of_eq
|
|
2526
|
+
- path: src/analysis/inner_product_space/calculus.lean
|
|
2527
|
+
theorems:
|
|
2528
|
+
- differentiable_on_euclidean
|
|
2529
|
+
- differentiable_at_euclidean
|
|
2530
|
+
- path: src/analysis/convex/stone_separation.lean
|
|
2531
|
+
theorems:
|
|
2532
|
+
- not_disjoint_segment_convex_hull_triple
|
|
2533
|
+
- path: src/data/pfunctor/multivariate/W.lean
|
|
2534
|
+
theorems:
|
|
2535
|
+
- mvpfunctor.W_ind
|
|
2536
|
+
- mvpfunctor.W_dest'_W_mk
|
|
2537
|
+
- path: src/data/rat/defs.lean
|
|
2538
|
+
theorems:
|
|
2539
|
+
- rat.mul_add
|
|
2540
|
+
- rat.neg_def
|
|
2541
|
+
- rat.mk_eq
|
|
2542
|
+
- path: src/data/holor.lean
|
|
2543
|
+
theorems:
|
|
2544
|
+
- holor.cprank_max_upper_bound
|
|
2545
|
+
- holor.slice_sum
|
|
2546
|
+
- holor.sum_unit_vec_mul_slice
|
|
2547
|
+
- path: src/data/finite/card.lean
|
|
2548
|
+
theorems:
|
|
2549
|
+
- finite.card_subtype_lt
|
|
2550
|
+
- path: src/data/polynomial/lifts.lean
|
|
2551
|
+
theorems:
|
|
2552
|
+
- polynomial.monomial_mem_lifts_and_degree_eq
|
|
2553
|
+
- polynomial.erase_mem_lifts
|
|
2554
|
+
- polynomial.lifts_iff_lifts_ring
|
|
2555
|
+
- path: src/data/nat/prime.lean
|
|
2556
|
+
theorems:
|
|
2557
|
+
- nat.min_fac_le_div
|
|
2558
|
+
- path: src/data/list/intervals.lean
|
|
2559
|
+
theorems:
|
|
2560
|
+
- list.Ico.filter_le_of_bot
|
|
2561
|
+
- path: src/data/finsupp/indicator.lean
|
|
2562
|
+
theorems:
|
|
2563
|
+
- finsupp.single_eq_indicator
|
|
2564
|
+
- path: src/data/finset/fold.lean
|
|
2565
|
+
theorems:
|
|
2566
|
+
- finset.fold_image_idem
|
|
2567
|
+
- finset.fold_const
|
|
2568
|
+
- finset.fold_hom
|
|
2569
|
+
- finset.fold_max_add
|
|
2570
|
+
- path: src/data/dfinsupp/lex.lean
|
|
2571
|
+
theorems:
|
|
2572
|
+
- dfinsupp.to_lex_monotone
|
|
2573
|
+
- dfinsupp.lex_lt_of_lt_of_preorder
|
|
2574
|
+
- path: src/data/set/pointwise/big_operators.lean
|
|
2575
|
+
theorems:
|
|
2576
|
+
- set.image_multiset_prod
|
|
2577
|
+
- path: src/data/int/char_zero.lean
|
|
2578
|
+
theorems:
|
|
2579
|
+
- int.cast_div_char_zero
|
|
2580
|
+
- path: src/data/finset/option.lean
|
|
2581
|
+
theorems:
|
|
2582
|
+
- finset.map_some_erase_none
|
|
2583
|
+
- finset.mem_erase_none
|
|
2584
|
+
- path: src/analysis/inner_product_space/symmetric.lean
|
|
2585
|
+
theorems:
|
|
2586
|
+
- linear_map.is_symmetric.coe_re_apply_inner_self_apply
|
|
2587
|
+
- path: src/data/list/duplicate.lean
|
|
2588
|
+
theorems:
|
|
2589
|
+
- list.duplicate_iff_sublist
|
|
2590
|
+
- list.nodup_iff_forall_not_duplicate
|
|
2591
|
+
- path: src/data/finset/nat_antidiagonal.lean
|
|
2592
|
+
theorems:
|
|
2593
|
+
- finset.nat.antidiagonal_succ_succ'
|
|
2594
|
+
- path: src/data/finset/sort.lean
|
|
2595
|
+
theorems:
|
|
2596
|
+
- finset.order_emb_of_fin_unique
|
|
2597
|
+
- finset.order_emb_of_fin_last
|
|
2598
|
+
- finset.order_emb_of_card_le_mem
|
|
2599
|
+
- finset.order_emb_of_fin_singleton
|
|
2600
|
+
- path: src/model_theory/fraisse.lean
|
|
2601
|
+
theorems:
|
|
2602
|
+
- first_order.language.is_ultrahomogeneous.amalgamation_age
|
|
2603
|
+
- first_order.language.age_direct_limit
|
|
2604
|
+
- first_order.language.exists_countable_is_age_of_iff
|
|
2605
|
+
- first_order.language.exists_cg_is_age_of
|
|
2606
|
+
- path: src/data/polynomial/erase_lead.lean
|
|
2607
|
+
theorems:
|
|
2608
|
+
- polynomial.erase_lead_monomial
|
|
2609
|
+
- polynomial.card_support_eq
|
|
2610
|
+
- path: src/data/list/nat_antidiagonal.lean
|
|
2611
|
+
theorems:
|
|
2612
|
+
- list.nat.map_swap_antidiagonal
|
|
2613
|
+
- path: src/data/nat/cast/field.lean
|
|
2614
|
+
theorems:
|
|
2615
|
+
- nat.one_div_lt_one_div
|
|
2616
|
+
- path: src/data/nat/pairing.lean
|
|
2617
|
+
theorems:
|
|
2618
|
+
- nat.unpair_lt
|
|
2619
|
+
- path: src/data/part.lean
|
|
2620
|
+
theorems:
|
|
2621
|
+
- part.le_total_of_le_of_le
|
|
2622
|
+
- part.mem_restrict
|
|
2623
|
+
- path: src/data/nat/factorial/cast.lean
|
|
2624
|
+
theorems:
|
|
2625
|
+
- nat.cast_desc_factorial
|
|
2626
|
+
- nat.cast_factorial
|
|
2627
|
+
- path: src/data/finset/functor.lean
|
|
2628
|
+
theorems:
|
|
2629
|
+
- finset.map_traverse
|
|
2630
|
+
- finset.id_traverse
|
|
2631
|
+
- path: src/data/bool/count.lean
|
|
2632
|
+
theorems:
|
|
2633
|
+
- list.chain'.two_mul_count_bool_eq_ite
|
|
2634
|
+
- path: src/data/set/intervals/monoid.lean
|
|
2635
|
+
theorems:
|
|
2636
|
+
- set.image_const_add_Ioi
|
|
2637
|
+
- path: src/data/nat/dist.lean
|
|
2638
|
+
theorems:
|
|
2639
|
+
- nat.dist_pos_of_ne
|
|
2640
|
+
- nat.dist_eq_intro
|
|
2641
|
+
- path: src/data/dfinsupp/multiset.lean
|
|
2642
|
+
theorems:
|
|
2643
|
+
- multiset.to_dfinsupp_replicate
|
|
2644
|
+
- path: src/data/setoid/partition.lean
|
|
2645
|
+
theorems:
|
|
2646
|
+
- setoid.classes_inj
|
|
2647
|
+
- setoid.card_classes_ker_le
|
|
2648
|
+
- path: src/data/finsupp/multiset.lean
|
|
2649
|
+
theorems:
|
|
2650
|
+
- finsupp.card_to_multiset
|
|
2651
|
+
- finsupp.to_multiset_sum_single
|
|
2652
|
+
- path: src/data/int/interval.lean
|
|
2653
|
+
theorems:
|
|
2654
|
+
- int.card_fintype_Icc_of_le
|
|
2655
|
+
- int.card_fintype_Ico_of_le
|
|
2656
|
+
- path: src/analysis/convex/intrinsic.lean
|
|
2657
|
+
theorems:
|
|
2658
|
+
- intrinsic_closure_diff_intrinsic_frontier
|
|
2659
|
+
- intrinsic_closure_singleton
|
|
2660
|
+
- intrinsic_closure_nonempty
|
|
2661
|
+
- intrinsic_frontier_singleton
|
|
2662
|
+
- intrinsic_closure_idem
|
|
2663
|
+
- path: src/data/qpf/multivariate/basic.lean
|
|
2664
|
+
theorems:
|
|
2665
|
+
- mvqpf.liftp_preservation_iff_uniform
|
|
2666
|
+
- path: src/data/nat/choose/basic.lean
|
|
2667
|
+
theorems:
|
|
2668
|
+
- nat.choose_le_add
|
|
2669
|
+
- path: src/set_theory/game/ordinal.lean
|
|
2670
|
+
theorems:
|
|
2671
|
+
- ordinal.to_pgame_lf
|
|
2672
|
+
- path: src/data/multiset/bind.lean
|
|
2673
|
+
theorems:
|
|
2674
|
+
- multiset.le_bind
|
|
2675
|
+
- path: src/data/set/pairwise/lattice.lean
|
|
2676
|
+
theorems:
|
|
2677
|
+
- set.pairwise_sUnion
|
|
2678
|
+
- path: src/data/list/big_operators/lemmas.lean
|
|
2679
|
+
theorems:
|
|
2680
|
+
- list.alternating_prod_reverse
|
|
2681
|
+
- commute.list_sum_right
|
|
2682
|
+
- mul_opposite.unop_list_prod
|
|
2683
|
+
- path: src/data/real/pi/leibniz.lean
|
|
2684
|
+
theorems:
|
|
2685
|
+
- real.tendsto_sum_pi_div_four
|
|
2686
|
+
- path: src/model_theory/finitely_generated.lean
|
|
2687
|
+
theorems:
|
|
2688
|
+
- first_order.language.Structure.cg_iff_countable
|
|
2689
|
+
- path: src/set_theory/zfc/ordinal.lean
|
|
2690
|
+
theorems:
|
|
2691
|
+
- Set.is_transitive.inter
|
|
2692
|
+
- Set.is_transitive.union
|
|
2693
|
+
- path: src/analysis/inner_product_space/spectrum.lean
|
|
2694
|
+
theorems:
|
|
2695
|
+
- linear_map.is_symmetric.orthogonal_supr_eigenspaces_eq_bot
|
|
2696
|
+
- linear_map.is_symmetric.diagonalization_apply_self_apply
|
|
2697
|
+
- linear_map.is_symmetric.diagonalization_basis_apply_self_apply
|
|
2698
|
+
- linear_map.is_symmetric.has_eigenvector_eigenvector_basis
|
|
2699
|
+
- linear_map.is_symmetric.orthogonal_supr_eigenspaces
|
|
2700
|
+
- eigenvalue_pos_of_pos
|
|
2701
|
+
- linear_map.is_symmetric.orthogonal_supr_eigenspaces_eq_bot'
|
|
2702
|
+
- path: src/data/multiset/nat_antidiagonal.lean
|
|
2703
|
+
theorems:
|
|
2704
|
+
- multiset.nat.card_antidiagonal
|
|
2705
|
+
- path: src/analysis/special_functions/trigonometric/series.lean
|
|
2706
|
+
theorems:
|
|
2707
|
+
- complex.has_sum_cos
|
|
2708
|
+
- real.has_sum_cos
|
|
2709
|
+
- path: src/analysis/locally_convex/polar.lean
|
|
2710
|
+
theorems:
|
|
2711
|
+
- linear_map.tripolar_eq_polar
|
|
2712
|
+
- path: src/set_theory/cardinal/divisibility.lean
|
|
2713
|
+
theorems:
|
|
2714
|
+
- cardinal.prime_of_aleph_0_le
|
|
2715
|
+
- cardinal.is_prime_pow_iff
|
|
2716
|
+
- path: src/data/finset/card.lean
|
|
2717
|
+
theorems:
|
|
2718
|
+
- finset.card_singleton_inter
|
|
2719
|
+
- finset.inj_on_of_card_image_eq
|
|
2720
|
+
- path: src/data/analysis/filter.lean
|
|
2721
|
+
theorems:
|
|
2722
|
+
- filter.realizer.ne_bot_iff
|
|
2723
|
+
- path: src/analysis/sum_integral_comparisons.lean
|
|
2724
|
+
theorems:
|
|
2725
|
+
- antitone_on.integral_le_sum_Ico
|
|
2726
|
+
- antitone_on.sum_le_integral_Ico
|
|
2727
|
+
- path: src/data/semiquot.lean
|
|
2728
|
+
theorems:
|
|
2729
|
+
- semiquot.pure_is_pure
|
|
2730
|
+
- semiquot.get_mem
|
|
2731
|
+
- semiquot.lift_on_of_mem
|
|
2732
|
+
- path: src/data/nat/periodic.lean
|
|
2733
|
+
theorems:
|
|
2734
|
+
- nat.filter_multiset_Ico_card_eq_of_periodic
|
|
2735
|
+
- path: src/data/mv_polynomial/funext.lean
|
|
2736
|
+
theorems:
|
|
2737
|
+
- mv_polynomial.funext
|
|
2738
|
+
- path: src/data/finset/sups.lean
|
|
2739
|
+
theorems:
|
|
2740
|
+
- finset.disj_sups_subset_sups
|
|
2741
|
+
- path: src/data/fintype/perm.lean
|
|
2742
|
+
theorems:
|
|
2743
|
+
- card_perms_of_finset
|
|
2744
|
+
- length_perms_of_list
|
|
2745
|
+
- path: src/data/int/basic.lean
|
|
2746
|
+
theorems:
|
|
2747
|
+
- int.nat_abs_sign_of_nonzero
|
|
2748
|
+
- int.sign_coe_nat_of_nonzero
|
|
2749
|
+
- int.div_mul_cancel_of_mod_eq_zero
|
|
2750
|
+
- path: src/data/option/basic.lean
|
|
2751
|
+
theorems:
|
|
2752
|
+
- option.lift_or_get_choice
|
|
2753
|
+
- option.join_eq_join
|
|
2754
|
+
- path: src/analysis/convex/star.lean
|
|
2755
|
+
theorems:
|
|
2756
|
+
- star_convex_iff_ord_connected
|
|
2757
|
+
- path: src/data/polynomial/degree/card_pow_degree.lean
|
|
2758
|
+
theorems:
|
|
2759
|
+
- polynomial.card_pow_degree_is_euclidean
|
|
2760
|
+
- path: src/data/mv_polynomial/comap.lean
|
|
2761
|
+
theorems:
|
|
2762
|
+
- mv_polynomial.comap_comp
|
|
2763
|
+
- path: src/data/list/join.lean
|
|
2764
|
+
theorems:
|
|
2765
|
+
- list.drop_take_succ_join_eq_nth_le
|
|
2766
|
+
- list.drop_sum_join
|
|
2767
|
+
- list.join_reverse
|
|
2768
|
+
- path: src/data/multiset/pi.lean
|
|
2769
|
+
theorems:
|
|
2770
|
+
- multiset.nodup.pi
|
|
2771
|
+
- path: src/data/mv_polynomial/comm_ring.lean
|
|
2772
|
+
theorems:
|
|
2773
|
+
- "mv_polynomial.eval\u2082_hom_X"
|
|
2774
|
+
- mv_polynomial.total_degree_sub
|
|
2775
|
+
- mv_polynomial.degree_of_sub_lt
|
|
2776
|
+
- path: src/model_theory/language_map.lean
|
|
2777
|
+
theorems:
|
|
2778
|
+
- first_order.language.card_with_constants
|
|
2779
|
+
- path: src/data/nat/cast/basic.lean
|
|
2780
|
+
theorems:
|
|
2781
|
+
- nat.cast_tsub
|
|
2782
|
+
- path: src/analysis/special_functions/trigonometric/arctan_deriv.lean
|
|
2783
|
+
theorems:
|
|
2784
|
+
- real.has_strict_deriv_at_arctan
|
|
2785
|
+
- path: src/data/set/mul_antidiagonal.lean
|
|
2786
|
+
theorems:
|
|
2787
|
+
- set.mul_antidiagonal.finite_of_is_pwo
|
|
2788
|
+
- path: src/data/matrix/notation.lean
|
|
2789
|
+
theorems:
|
|
2790
|
+
- matrix.vec_mul_vec_cons
|
|
2791
|
+
- path: src/data/list/to_finsupp.lean
|
|
2792
|
+
theorems:
|
|
2793
|
+
- list.to_finsupp_cons_eq_single_add_emb_domain
|
|
2794
|
+
- list.to_finsupp_eq_sum_map_enum_single
|
|
2795
|
+
- path: src/data/real/sign.lean
|
|
2796
|
+
theorems:
|
|
2797
|
+
- real.sign_mul_pos_of_ne_zero
|
|
2798
|
+
- real.inv_sign
|
|
2799
|
+
- path: src/data/mv_polynomial/pderiv.lean
|
|
2800
|
+
theorems:
|
|
2801
|
+
- mv_polynomial.pderiv_monomial
|
|
2802
|
+
- path: src/analysis/inner_product_space/adjoint.lean
|
|
2803
|
+
theorems:
|
|
2804
|
+
- continuous_linear_map.adjoint_aux_adjoint_aux
|
|
2805
|
+
- path: src/analysis/special_functions/polar_coord.lean
|
|
2806
|
+
theorems:
|
|
2807
|
+
- polar_coord_source_ae_eq_univ
|
|
2808
|
+
- has_fderiv_at_polar_coord_symm
|
|
2809
|
+
- path: src/data/multiset/antidiagonal.lean
|
|
2810
|
+
theorems:
|
|
2811
|
+
- multiset.card_antidiagonal
|
|
2812
|
+
- path: src/data/polynomial/partial_fractions.lean
|
|
2813
|
+
theorems:
|
|
2814
|
+
- div_eq_quo_add_sum_rem_div
|
|
2815
|
+
- path: src/data/finsupp/order.lean
|
|
2816
|
+
theorems:
|
|
2817
|
+
- finsupp.support_sup
|
|
2818
|
+
- finsupp.support_inf
|
|
2819
|
+
- path: src/data/real/pi/bounds.lean
|
|
2820
|
+
theorems:
|
|
2821
|
+
- real.pi_upper_bound_start
|
|
2822
|
+
- real.pi_gt_sqrt_two_add_series
|
|
2823
|
+
- real.pi_lower_bound_start
|
|
2824
|
+
- path: src/data/set/pairwise/basic.lean
|
|
2825
|
+
theorems:
|
|
2826
|
+
- set.pairwise_insert_of_symmetric_of_not_mem
|
|
2827
|
+
- set.pairwise_insert
|
|
2828
|
+
- path: src/data/W/cardinal.lean
|
|
2829
|
+
theorems:
|
|
2830
|
+
- W_type.cardinal_mk_eq_sum
|
|
2831
|
+
- W_type.cardinal_mk_le_max_aleph_0_of_finite
|
|
2832
|
+
- path: src/data/tree.lean
|
|
2833
|
+
theorems:
|
|
2834
|
+
- tree.num_leaves_pos
|
|
2835
|
+
- path: src/data/nat/choose/central.lean
|
|
2836
|
+
theorems:
|
|
2837
|
+
- nat.two_dvd_central_binom_succ
|
|
2838
|
+
- nat.succ_dvd_central_binom
|
|
2839
|
+
- path: src/data/seq/parallel.lean
|
|
2840
|
+
theorems:
|
|
2841
|
+
- computation.terminates_parallel
|
|
2842
|
+
- path: src/analysis/inner_product_space/positive.lean
|
|
2843
|
+
theorems:
|
|
2844
|
+
- continuous_linear_map.is_positive_iff_complex
|
|
2845
|
+
- path: src/data/finsupp/to_dfinsupp.lean
|
|
2846
|
+
theorems:
|
|
2847
|
+
- sigma_finsupp_equiv_dfinsupp_support
|
|
2848
|
+
- path: src/data/mv_polynomial/polynomial.lean
|
|
2849
|
+
theorems:
|
|
2850
|
+
- mv_polynomial.eval_polynomial_eval_fin_succ_equiv
|
|
2851
|
+
- path: src/data/nat/size.lean
|
|
2852
|
+
theorems:
|
|
2853
|
+
- nat.shiftl'_ne_zero_left
|
|
2854
|
+
- path: src/data/nat/choose/cast.lean
|
|
2855
|
+
theorems:
|
|
2856
|
+
- nat.cast_choose_two
|
|
2857
|
+
- path: src/data/nat/upto.lean
|
|
2858
|
+
theorems:
|
|
2859
|
+
- nat.upto.wf
|
|
2860
|
+
- path: src/data/finsupp/pointwise.lean
|
|
2861
|
+
theorems:
|
|
2862
|
+
- finsupp.support_mul
|
|
2863
|
+
- path: src/data/finset/slice.lean
|
|
2864
|
+
theorems:
|
|
2865
|
+
- set.sized_Union
|
|
2866
|
+
- path: src/data/sigma/order.lean
|
|
2867
|
+
theorems:
|
|
2868
|
+
- sigma.le_def
|
|
2869
|
+
- path: src/data/polynomial/induction.lean
|
|
2870
|
+
theorems:
|
|
2871
|
+
- polynomial.mem_span_C_coeff
|
|
2872
|
+
- path: src/analysis/convex/strict.lean
|
|
2873
|
+
theorems:
|
|
2874
|
+
- strict_convex.add
|
|
2875
|
+
- path: src/data/set/opposite.lean
|
|
2876
|
+
theorems:
|
|
2877
|
+
- set.singleton_unop
|
|
2878
|
+
- path: src/data/set/n_ary.lean
|
|
2879
|
+
theorems:
|
|
2880
|
+
- set.image2_inter_right
|
|
2881
|
+
- path: src/model_theory/basic.lean
|
|
2882
|
+
theorems:
|
|
2883
|
+
- "first_order.sequence\u2082.lift_mk"
|
|
2884
|
+
- first_order.language.card_sum
|
|
2885
|
+
- path: src/set_theory/game/short.lean
|
|
2886
|
+
theorems:
|
|
2887
|
+
- pgame.short_birthday
|
|
2888
|
+
- path: src/data/nat/with_bot.lean
|
|
2889
|
+
theorems:
|
|
2890
|
+
- nat.with_bot.add_eq_three_iff
|
|
2891
|
+
- path: src/data/list/palindrome.lean
|
|
2892
|
+
theorems:
|
|
2893
|
+
- list.palindrome.append_reverse
|
|
2894
|
+
- path: src/data/bitvec/core.lean
|
|
2895
|
+
theorems:
|
|
2896
|
+
- bitvec.to_nat_of_nat
|
|
2897
|
+
- path: src/analysis/convex/measure.lean
|
|
2898
|
+
theorems:
|
|
2899
|
+
- convex.add_haar_frontier
|
|
2900
|
+
- path: src/data/fintype/card_embedding.lean
|
|
2901
|
+
theorems:
|
|
2902
|
+
- fintype.card_embedding_eq
|
|
2903
|
+
- path: src/analysis/convex/contractible.lean
|
|
2904
|
+
theorems:
|
|
2905
|
+
- star_convex.contractible_space
|
|
2906
|
+
- path: src/data/vector/mem.lean
|
|
2907
|
+
theorems:
|
|
2908
|
+
- vector.mem_map_succ_iff
|