Skip to content
Success

Changes

Summary

  1. fixed duplicate theory name in Polynomial_Factorization
  2. refactored proof
  3. merged
  4. Removal of the original and obsolete development; replaced by links to the corresponding theorems in the Isabelle libraries
  5. more realistic timeout;
  6. proper document setup for \usepackage{times}; drop extra copy of generated document;
  7. more realistic timeout;
  8. avoid hardwired document output;
  9. merge
  10. fix(ML_Unification/Parsing) change map_safe type to return an option
  11. Fixed issues connected with cong_def vs unique_euclidean_semiring_class.cong_def and := syntax
  12. Got rid of some global (and unnecessary) parameter settings. Also fixed a couple of slow proofs
  13. feat(ML_Unification) use fixed parser from Isabelle distro
  14. merged
  15. removed unnecessary condition that decided literals are in N
  16. added name to corollary
  17. removed lemma now in distribution
  18. added lemma right_unique_skip
  19. Stone_Relation_Algebras: minor additions
  20. merged
  21. Standard_Borel_Spaces: removed an unnecessary file
  22. Standard_Borel_Spaces and S_Finite_Measure_Monad: adjust theories to metric space in Isabelle2023
  23. remove ci-extras component (see Isabelle/f992769d);
  24. use ci build mail server;
  25. use Isabelle options for CI mail settings (see Isabelle/4c5aadf1);
  26. removed unused/broken clone (see Isabelle/aff231884b20);
  27. adaptred to Isabelle/d769a183d51d;
  28. more standard simproc_setup using ML antiquotation;
  29. adapted to Isabelle/807b249f1061;
  30. clarified simproc_setup (passive);
  31. avoid clash with outer syntax keyword 'passive';
  32. merge from afp-2023
  33. Transport sitegen
  34. New submission Transport
  35. update S_Finite_Measure_Monad to Isabelle2023
  36. web pages for Standard_Borel_Spaces and S_Finite_Measure_Monad
  37. update Standard_Borel_Spaces to Isabelle2023
  38. theory files for S_Finite_Measure_Monad + Standard_Borel_Spaces
  39. new entry IO_Language_Conformance
  40. new entry Coupledsim_Contrasim
  41. drop SN from standard wpo-assumptions; prove irreflexivity of WPO without SN
  42. added proof: the multiset extension of two orders preserves irreflexivity
  43. added lemmas on lexicographic extension
  44. added code-unfold lemma
  45. fix(ML_Unification) remove temporary files
  46. update hugo to 0.119.0;
  47. moved hugo component build tool to Isabelle distribution;
  48. update hugo component and support more platforms;
Changeset 14607:a943f1d84bc0 by manuel eberl _eberlm@in.tum.de_:
fixed duplicate theory name in Polynomial_Factorization
The file was addedthys/Polynomial_Factorization/Polynomial_Irreducibility.thy
The file was modified thys/Algebraic_Numbers/Algebraic_Numbers.thy (diff)
The file was modified thys/Berlekamp_Zassenhaus/Chinese_Remainder_Poly.thy (diff)
The file was modified thys/Berlekamp_Zassenhaus/Unique_Factorization.thy (diff)
The file was modified thys/Polynomial_Factorization/Square_Free_Factorization.thy (diff)
The file was removedthys/Polynomial_Factorization/Polynomial_Divisibility.thy
Changeset 14606:5731b2cd4e7e by traytel:
refactored proof
The file was modified thys/Ordered_Resolution_Prover/Lazy_List_Chain.thy (diff)
Changeset 14605:7a2ce7565093 by paulson:
merged
Changeset 14604:110585310b6a by paulson _lp15@cam.ac.uk_:
Removal of the original and obsolete development; replaced by links to the corresponding theorems in the Isabelle libraries
The file was modified thys/Ramsey-Infinite/Ramsey.thy (diff)
Changeset 14603:9c3a037afdcd by wenzelm:
more realistic timeout;
The file was modified thys/Regular_Tree_Relations/ROOT (diff)
The file was modified thys/Simple_Clause_Learning/ROOT (diff)
Changeset 14602:9d1558fa13b3 by wenzelm:
proper document setup for \usepackage{times};<br>drop extra copy of generated document;
The file was modified thys/Universal_Turing_Machine/ROOT (diff)
The file was modified thys/Universal_Turing_Machine/document/root.tex (diff)
The file was removedthys/Universal_Turing_Machine/document.pdf
Changeset 14601:0baf3f6a39cc by wenzelm:
more realistic timeout;
The file was modified thys/Three_Squares/ROOT (diff)
Changeset 14600:5cd97da555e8 by wenzelm:
avoid hardwired document output;
The file was modified thys/CSP_RefTK/ROOT (diff)
The file was modified thys/HOL-CSP/ROOT (diff)
Changeset 14598:39db4e35d484 by kevin kappelmann _kevin.kappelmann@tum.de_:
fix(ML_Unification/Parsing) change map_safe type to return an option
The file was modified thys/ML_Unification/ML_Utils/Parsing/parse_key_value_antiquot.ML (diff)
Changeset 14597:5ec5ae11fcda by paulson _lp15@cam.ac.uk_:
Fixed issues connected with cong_def vs unique_euclidean_semiring_class.cong_def and := syntax
The file was modified thys/Gauss_Sums/Gauss_Sums.thy (diff)
The file was modified thys/Gauss_Sums/Polya_Vinogradov.thy (diff)
The file was modified thys/Lp/Lp.thy (diff)
The file was modified thys/Multi_Party_Computation/ETP_RSA_OT.thy (diff)
The file was modified thys/Probabilistic_Timed_Automata/PTA_Reachability.thy (diff)
Changeset 14596:90b24718a2af by paulson _lp15@cam.ac.uk_:
Got rid of some global (and unnecessary) parameter settings. Also fixed a couple of slow proofs
The file was modified thys/PLM/TAO_1_Embedding.thy (diff)
The file was modified thys/PLM/TAO_9_PLM.thy (diff)
Changeset 14595:6271c50446bf by kevin kappelmann _kevin.kappelmann@tum.de_:
feat(ML_Unification) use fixed parser from Isabelle distro
The file was modified thys/ML_Unification/ML_Utils/General/general_util.ML (diff)
The file was modified thys/ML_Unification/ML_Utils/Parsing/parse_key_value.ML (diff)
The file was modified thys/ML_Unification/ML_Utils/Parsing/parse_util.ML (diff)
The file was modified thys/ML_Unification/ML_Utils/Tactics/tactic_util.ML (diff)
The file was modified thys/ML_Unification/Unification_Hints/term_index_unification_hints.ML (diff)
Changeset 14594:efc5e6824650 by desharna:
merged
Changeset 14593:cc2633c69efb by desharna:
removed unnecessary condition that decided literals are in N
The file was modified thys/Simple_Clause_Learning/Correct_Termination.thy (diff)
The file was modified thys/Simple_Clause_Learning/Invariants.thy (diff)
The file was modified thys/Simple_Clause_Learning/SCL_FOL.thy (diff)
The file was modified thys/Simple_Clause_Learning/Termination.thy (diff)
Changeset 14592:193e92c5ce2f by desharna:
added name to corollary
The file was modified thys/Simple_Clause_Learning/Initial_Literals_Generalize_Learned_Literals.thy (diff)
Changeset 14591:bf20e62f234d by desharna:
removed lemma now in distribution
The file was modified thys/Simple_Clause_Learning/Termination.thy (diff)
Changeset 14590:ef2006781385 by desharna:
added lemma right_unique_skip
The file was modified thys/Simple_Clause_Learning/SCL_FOL.thy (diff)
Changeset 14589:c50656fd5841 by walter guttmann _walter.guttmann@canterbury.ac.nz_:
Stone_Relation_Algebras: minor additions
The file was modified thys/Relational_Forests/Forests.thy (diff)
The file was modified thys/Stone_Kleene_Relation_Algebras/Kleene_Relation_Algebras.thy (diff)
The file was modified thys/Stone_Relation_Algebras/Relation_Algebras.thy (diff)
Changeset 14587:dff2e4b1339c by Michikazu Hirata _hirata.m.ac@m.titech.ac.jp_:
Standard_Borel_Spaces: removed an unnecessary file
The file was removedthys/Standard_Borel_Spaces/Space_of_Continuous_Maps.thy
Changeset 14586:c538b6fdb84f by Michikazu Hirata _hirata.m.ac@m.titech.ac.jp_:
Standard_Borel_Spaces and S_Finite_Measure_Monad: adjust theories to metric space in Isabelle2023
The file was modified metadata/entries/Standard_Borel_Spaces.toml (diff)
The file was modified thys/S_Finite_Measure_Monad/Lemmas_S_Finite_Measure_Monad.thy (diff)
The file was modified thys/Standard_Borel_Spaces/Abstract_Metrizable_Topology.thy (diff)
The file was modified thys/Standard_Borel_Spaces/Lemmas_StandardBorel.thy (diff)
The file was modified thys/Standard_Borel_Spaces/ROOT (diff)
The file was modified thys/Standard_Borel_Spaces/Set_Based_Metric_Product.thy (diff)
The file was modified thys/Standard_Borel_Spaces/Set_Based_Metric_Space.thy (diff)
The file was modified thys/Standard_Borel_Spaces/StandardBorel.thy (diff)
Changeset 14585:be04ec3bd4f8 by fabian huch _huch@in.tum.de_:
remove ci-extras component (see Isabelle/f992769d);
The file was modified admin/components/afp (diff)
The file was modified etc/build.props (diff)
Changeset 14584:58fc690102ad by fabian huch _huch@in.tum.de_:
use ci build mail server;
The file was modified tools/afp_build.scala (diff)
Changeset 14583:39453e918381 by fabian huch _huch@in.tum.de_:
use Isabelle options for CI mail settings (see Isabelle/4c5aadf1);
The file was modified tools/afp_build.scala (diff)
Changeset 14582:7f25ec419554 by wenzelm:
removed unused/broken clone (see Isabelle/aff231884b20);
The file was modified thys/Isabelle_C/C11-FrontEnd/src/C_Lexer_Annotation.thy (diff)
Changeset 14581:26536b44f0c8 by wenzelm:
adaptred to Isabelle/d769a183d51d;
The file was modified thys/Word_Lib/Bitwise.thy (diff)
Changeset 14580:37fc3d775f11 by wenzelm:
more standard simproc_setup using ML antiquotation;
The file was modified thys/Refine_Imperative_HOL/Sepref_Monadify.thy (diff)
The file was modified thys/Separation_Logic_Imperative_HOL/Automation.thy (diff)
The file was modified thys/Van_Emde_Boas_Trees/Separation_Logic_Imperative_HOL/Automation.thy (diff)
The file was modified thys/Word_Lib/Bitwise.thy (diff)
Changeset 14579:14d56bc232ed by wenzelm:
adapted to Isabelle/807b249f1061;
The file was modified thys/Containers/Map_To_Mapping.thy (diff)
The file was modified thys/Polynomials/MPoly_Type_Class_FMap.thy (diff)
Changeset 14578:292525d7e5b4 by wenzelm:
clarified simproc_setup (passive);
The file was modified thys/Containers/Map_To_Mapping.thy (diff)
The file was modified thys/Polynomials/MPoly_Type_Class_FMap.thy (diff)
Changeset 14577:8060d8270ec2 by wenzelm:
avoid clash with outer syntax keyword &#039;passive&#039;;
The file was modified thys/Given_Clause_Loops/Fair_Zipperposition_Loop.thy (diff)
The file was modified thys/Ordinary_Differential_Equations/Ex/ARCH_COMP/Examples_ARCH_COMP.thy (diff)
Changeset 14576:498afcbd8371 by gerwin klein _kleing@unsw.edu.au_:
merge from afp-2023
Changeset 14575:0e9f4ffb8a6f by paulson _lp15@cam.ac.uk_:
Transport sitegen
The file was addedmetadata/entries/Transport.toml
The file was addedweb/dependencies/ml_unification/index.html
The file was addedweb/dependencies/ml_unification/index.xml
The file was addedweb/entries/Transport.html
The file was addedweb/sessions/transport/index.html
The file was modified web/authors/kappelmann/index.html (diff)
The file was modified web/authors/kappelmann/index.xml (diff)
The file was modified web/data/keywords.json (diff)
The file was modified web/dependencies/index.html (diff)
The file was modified web/dependencies/index.json (diff)
The file was modified web/entries/KAD.html (diff)
The file was modified web/entries/ML_Unification.html (diff)
The file was modified web/entries/Multirelations.html (diff)
The file was modified web/entries/Relation_Algebra.html (diff)
The file was modified web/entries/index.html (diff)
The file was modified web/entries/index.xml (diff)
The file was modified web/index.html (diff)
The file was modified web/index.json (diff)
The file was modified web/index.xml (diff)
The file was modified web/sessions/index.xml (diff)
The file was modified web/sitemap.xml (diff)
The file was modified web/statistics/index.html (diff)
The file was modified web/topics/computer-science/index.xml (diff)
The file was modified web/topics/computer-science/programming-languages/index.xml (diff)
The file was modified web/topics/computer-science/programming-languages/lambda-calculi/index.html (diff)
The file was modified web/topics/computer-science/programming-languages/lambda-calculi/index.xml (diff)
The file was modified web/topics/computer-science/programming-languages/type-systems/index.html (diff)
The file was modified web/topics/computer-science/programming-languages/type-systems/index.xml (diff)
The file was modified web/topics/computer-science/semantics-and-reasoning/index.html (diff)
The file was modified web/topics/computer-science/semantics-and-reasoning/index.xml (diff)
The file was modified web/topics/index.html (diff)
The file was modified web/topics/mathematics/index.xml (diff)
The file was modified web/topics/mathematics/order/index.html (diff)
The file was modified web/topics/mathematics/order/index.xml (diff)
Changeset 14574:46cc27ac91e4 by paulson _lp15@cam.ac.uk_:
New submission Transport
The file was addedthys/Transport/HOL_Basics/Binary_Relations/Binary_Relation_Functions.thy
The file was addedthys/Transport/HOL_Basics/Binary_Relations/Binary_Relations_Lattice.thy
The file was addedthys/Transport/HOL_Basics/Binary_Relations/LBinary_Relations.thy
The file was addedthys/Transport/HOL_Basics/Binary_Relations/Order/Binary_Relations_Order.thy
The file was addedthys/Transport/HOL_Basics/Binary_Relations/Order/Binary_Relations_Order_Base.thy
The file was addedthys/Transport/HOL_Basics/Binary_Relations/Properties/Binary_Relation_Properties.thy
The file was addedthys/Transport/HOL_Basics/Binary_Relations/Properties/Binary_Relations_Antisymmetric.thy
The file was addedthys/Transport/HOL_Basics/Binary_Relations/Properties/Binary_Relations_Injective.thy
The file was addedthys/Transport/HOL_Basics/Binary_Relations/Properties/Binary_Relations_Irreflexive.thy
The file was addedthys/Transport/HOL_Basics/Binary_Relations/Properties/Binary_Relations_Left_Total.thy
The file was addedthys/Transport/HOL_Basics/Binary_Relations/Properties/Binary_Relations_Reflexive.thy
The file was addedthys/Transport/HOL_Basics/Binary_Relations/Properties/Binary_Relations_Right_Unique.thy
The file was addedthys/Transport/HOL_Basics/Binary_Relations/Properties/Binary_Relations_Surjective.thy
The file was addedthys/Transport/HOL_Basics/Binary_Relations/Properties/Binary_Relations_Symmetric.thy
The file was addedthys/Transport/HOL_Basics/Binary_Relations/Properties/Binary_Relations_Transitive.thy
The file was addedthys/Transport/HOL_Basics/Binary_Relations/Restricted_Equality.thy
The file was addedthys/Transport/HOL_Basics/Functions/Function_Relators.thy
The file was addedthys/Transport/HOL_Basics/Functions/Functions_Base.thy
The file was addedthys/Transport/HOL_Basics/Functions/LFunctions.thy
The file was addedthys/Transport/HOL_Basics/Functions/Properties/Function_Properties.thy
The file was addedthys/Transport/HOL_Basics/Functions/Properties/Functions_Bijection.thy
The file was addedthys/Transport/HOL_Basics/Functions/Properties/Functions_Injective.thy
The file was addedthys/Transport/HOL_Basics/Functions/Properties/Functions_Inverse.thy
The file was addedthys/Transport/HOL_Basics/Functions/Properties/Functions_Monotone.thy
The file was addedthys/Transport/HOL_Basics/Functions/Properties/Functions_Surjective.thy
The file was addedthys/Transport/HOL_Basics/Galois/Galois.thy
The file was addedthys/Transport/HOL_Basics/Galois/Galois_Base.thy
The file was addedthys/Transport/HOL_Basics/Galois/Galois_Connections.thy
The file was addedthys/Transport/HOL_Basics/Galois/Galois_Equivalences.thy
The file was addedthys/Transport/HOL_Basics/Galois/Galois_Property.thy
The file was addedthys/Transport/HOL_Basics/Galois/Galois_Relator.thy
The file was addedthys/Transport/HOL_Basics/Galois/Galois_Relator_Base.thy
The file was addedthys/Transport/HOL_Basics/Galois/Half_Galois_Property.thy
The file was addedthys/Transport/HOL_Basics/HOL_Alignments/HOL_Algebra_Alignment_Galois.thy
The file was addedthys/Transport/HOL_Basics/HOL_Alignments/HOL_Algebra_Alignment_Orders.thy
The file was addedthys/Transport/HOL_Basics/HOL_Alignments/HOL_Algebra_Alignments.thy
The file was addedthys/Transport/HOL_Basics/HOL_Alignments/HOL_Alignment_Binary_Relations.thy
The file was addedthys/Transport/HOL_Basics/HOL_Alignments/HOL_Alignment_Functions.thy
The file was addedthys/Transport/HOL_Basics/HOL_Alignments/HOL_Alignment_Orders.thy
The file was addedthys/Transport/HOL_Basics/HOL_Alignments/HOL_Alignments.thy
The file was addedthys/Transport/HOL_Basics/HOL_Basics.thy
The file was addedthys/Transport/HOL_Basics/HOL_Basics_Base.thy
The file was addedthys/Transport/HOL_Basics/HOL_Mem_Of.thy
The file was addedthys/Transport/HOL_Basics/HOL_Syntax_Bundles/HOL_Syntax_Bundles.thy
The file was addedthys/Transport/HOL_Basics/HOL_Syntax_Bundles/HOL_Syntax_Bundles_Base.thy
The file was addedthys/Transport/HOL_Basics/HOL_Syntax_Bundles/HOL_Syntax_Bundles_Functions.thy
The file was addedthys/Transport/HOL_Basics/HOL_Syntax_Bundles/HOL_Syntax_Bundles_Groups.thy
The file was addedthys/Transport/HOL_Basics/HOL_Syntax_Bundles/HOL_Syntax_Bundles_Lattices.thy
The file was addedthys/Transport/HOL_Basics/HOL_Syntax_Bundles/HOL_Syntax_Bundles_Orders.thy
The file was addedthys/Transport/HOL_Basics/HOL_Syntax_Bundles/HOL_Syntax_Bundles_Relations.thy
The file was addedthys/Transport/HOL_Basics/Orders/Equivalence_Relations.thy
The file was addedthys/Transport/HOL_Basics/Orders/Functions/Closure_Operators.thy
The file was addedthys/Transport/HOL_Basics/Orders/Functions/Order_Functions.thy
The file was addedthys/Transport/HOL_Basics/Orders/Functions/Order_Functions_Base.thy
The file was addedthys/Transport/HOL_Basics/Orders/Functors/Order_Equivalences.thy
The file was addedthys/Transport/HOL_Basics/Orders/Functors/Order_Functors.thy
The file was addedthys/Transport/HOL_Basics/Orders/Functors/Order_Functors_Base.thy
The file was addedthys/Transport/HOL_Basics/Orders/Orders.thy
The file was addedthys/Transport/HOL_Basics/Orders/Partial_Equivalence_Relations.thy
The file was addedthys/Transport/HOL_Basics/Orders/Partial_Orders.thy
The file was addedthys/Transport/HOL_Basics/Orders/Preorders.thy
The file was addedthys/Transport/HOL_Basics/Predicates/Predicates.thy
The file was addedthys/Transport/HOL_Basics/Predicates/Predicates_Lattice.thy
The file was addedthys/Transport/HOL_Basics/Predicates/Predicates_Order.thy
The file was addedthys/Transport/README.md
The file was addedthys/Transport/ROOT
The file was addedthys/Transport/Transport/Compositions/Agree/Transport_Compositions_Agree.thy
The file was addedthys/Transport/Transport/Compositions/Agree/Transport_Compositions_Agree_Base.thy
The file was addedthys/Transport/Transport/Compositions/Agree/Transport_Compositions_Agree_Galois_Connection.thy
The file was addedthys/Transport/Transport/Compositions/Agree/Transport_Compositions_Agree_Galois_Equivalence.thy
The file was addedthys/Transport/Transport/Compositions/Agree/Transport_Compositions_Agree_Galois_Property.thy
The file was addedthys/Transport/Transport/Compositions/Agree/Transport_Compositions_Agree_Galois_Relator.thy
The file was addedthys/Transport/Transport/Compositions/Agree/Transport_Compositions_Agree_Monotone.thy
The file was addedthys/Transport/Transport/Compositions/Agree/Transport_Compositions_Agree_Order_Equivalence.thy
The file was addedthys/Transport/Transport/Compositions/Generic/Transport_Compositions_Generic.thy
The file was addedthys/Transport/Transport/Compositions/Generic/Transport_Compositions_Generic_Base.thy
The file was addedthys/Transport/Transport/Compositions/Generic/Transport_Compositions_Generic_Galois_Connection.thy
The file was addedthys/Transport/Transport/Compositions/Generic/Transport_Compositions_Generic_Galois_Equivalence.thy
The file was addedthys/Transport/Transport/Compositions/Generic/Transport_Compositions_Generic_Galois_Property.thy
The file was addedthys/Transport/Transport/Compositions/Generic/Transport_Compositions_Generic_Galois_Relator.thy
The file was addedthys/Transport/Transport/Compositions/Generic/Transport_Compositions_Generic_Monotone.thy
The file was addedthys/Transport/Transport/Compositions/Generic/Transport_Compositions_Generic_Order_Base.thy
The file was addedthys/Transport/Transport/Compositions/Generic/Transport_Compositions_Generic_Order_Equivalence.thy
The file was addedthys/Transport/Transport/Compositions/Transport_Compositions.thy
The file was addedthys/Transport/Transport/Examples/Prototype/Transport_Prototype.thy
The file was addedthys/Transport/Transport/Examples/Prototype/Transport_Rel_If.thy
The file was addedthys/Transport/Transport/Examples/Prototype/transport.ML
The file was addedthys/Transport/Transport/Examples/Prototype/transport_util.ML
The file was addedthys/Transport/Transport/Examples/Transport_Dep_Fun_Rel_Examples.thy
The file was addedthys/Transport/Transport/Examples/Transport_Lists_Sets_Examples.thy
The file was addedthys/Transport/Transport/Examples/Transport_Partial_Quotient_Types.thy
The file was addedthys/Transport/Transport/Examples/Transport_Syntax.thy
The file was addedthys/Transport/Transport/Examples/Typedef/Transport_Typedef.thy
The file was addedthys/Transport/Transport/Examples/Typedef/Transport_Typedef_Base.thy
The file was addedthys/Transport/Transport/Functions/Monotone_Function_Relator.thy
The file was addedthys/Transport/Transport/Functions/Reflexive_Relator.thy
The file was addedthys/Transport/Transport/Functions/Transport_Functions.thy
The file was addedthys/Transport/Transport/Functions/Transport_Functions_Base.thy
The file was addedthys/Transport/Transport/Functions/Transport_Functions_Galois_Connection.thy
The file was addedthys/Transport/Transport/Functions/Transport_Functions_Galois_Equivalence.thy
The file was addedthys/Transport/Transport/Functions/Transport_Functions_Galois_Property.thy
The file was addedthys/Transport/Transport/Functions/Transport_Functions_Galois_Relator.thy
The file was addedthys/Transport/Transport/Functions/Transport_Functions_Monotone.thy
The file was addedthys/Transport/Transport/Functions/Transport_Functions_Order_Base.thy
The file was addedthys/Transport/Transport/Functions/Transport_Functions_Order_Equivalence.thy
The file was addedthys/Transport/Transport/Functions/Transport_Functions_Relation_Simplifications.thy
The file was addedthys/Transport/Transport/Natural_Functors/Transport_Natural_Functors.thy
The file was addedthys/Transport/Transport/Natural_Functors/Transport_Natural_Functors_Base.thy
The file was addedthys/Transport/Transport/Natural_Functors/Transport_Natural_Functors_Galois.thy
The file was addedthys/Transport/Transport/Natural_Functors/Transport_Natural_Functors_Galois_Relator.thy
The file was addedthys/Transport/Transport/Natural_Functors/Transport_Natural_Functors_Order_Base.thy
The file was addedthys/Transport/Transport/Natural_Functors/Transport_Natural_Functors_Order_Equivalence.thy
The file was addedthys/Transport/Transport/Transport.thy
The file was addedthys/Transport/Transport/Transport_Base.thy
The file was addedthys/Transport/Transport/Transport_Bijections.thy
The file was addedthys/Transport/Transport/Transport_Identity.thy
The file was addedthys/Transport/Transport/Transport_Via_Partial_Galois_Connections_Equivalences_Paper.thy
The file was addedthys/Transport/document/root.bib
The file was addedthys/Transport/document/root.tex
The file was modified thys/ROOTS (diff)
Changeset 14573:2cd51acba0cf by Gerwin Klein _gerwin.klein@proofcraft.systems_:
update S_Finite_Measure_Monad to Isabelle2023
The file was modified thys/S_Finite_Measure_Monad/Query.thy (diff)
Changeset 14572:760df33acd03 by Gerwin Klein _gerwin.klein@proofcraft.systems_:
web pages for Standard_Borel_Spaces and S_Finite_Measure_Monad
The file was addedmetadata/entries/S_Finite_Measure_Monad.toml
The file was addedmetadata/entries/Standard_Borel_Spaces.toml
The file was addedweb/dependencies/standard_borel_spaces/index.html
The file was addedweb/dependencies/standard_borel_spaces/index.xml
The file was addedweb/entries/S_Finite_Measure_Monad.html
The file was addedweb/entries/Standard_Borel_Spaces.html
The file was addedweb/sessions/s_finite_measure_monad/index.html
The file was addedweb/sessions/standard_borel_spaces/index.html
The file was modified web/authors/hirata/index.html (diff)
The file was modified web/authors/hirata/index.xml (diff)
The file was modified web/authors/minamide/index.html (diff)
The file was modified web/authors/minamide/index.xml (diff)
The file was modified web/data/keywords.json (diff)
The file was modified web/dependencies/index.html (diff)
The file was modified web/dependencies/index.json (diff)
The file was modified web/entries/Automated_Stateful_Protocol_Verification.html (diff)
The file was modified web/entries/index.html (diff)
The file was modified web/entries/index.xml (diff)
The file was modified web/index.html (diff)
The file was modified web/index.json (diff)
The file was modified web/index.xml (diff)
The file was modified web/sessions/index.xml (diff)
The file was modified web/sitemap.xml (diff)
The file was modified web/statistics/index.html (diff)
The file was modified web/topics/computer-science/index.xml (diff)
The file was modified web/topics/computer-science/semantics-and-reasoning/index.html (diff)
The file was modified web/topics/computer-science/semantics-and-reasoning/index.xml (diff)
The file was modified web/topics/index.html (diff)
The file was modified web/topics/mathematics/analysis/index.html (diff)
The file was modified web/topics/mathematics/analysis/index.xml (diff)
The file was modified web/topics/mathematics/index.xml (diff)
The file was modified web/topics/mathematics/measure-and-integration/index.html (diff)
The file was modified web/topics/mathematics/measure-and-integration/index.xml (diff)
The file was modified web/topics/mathematics/probability-theory/index.html (diff)
The file was modified web/topics/mathematics/probability-theory/index.xml (diff)
The file was modified web/topics/mathematics/topology/index.html (diff)
The file was modified web/topics/mathematics/topology/index.xml (diff)
Changeset 14571:c8af5d9d7868 by Gerwin Klein _gerwin.klein@proofcraft.systems_:
update Standard_Borel_Spaces to Isabelle2023
The file was modified thys/S_Finite_Measure_Monad/ROOT (diff)
The file was modified thys/Standard_Borel_Spaces/Abstract_Metrizable_Topology.thy (diff)
The file was modified thys/Standard_Borel_Spaces/Lemmas_StandardBorel.thy (diff)
The file was modified thys/Standard_Borel_Spaces/ROOT (diff)
The file was modified thys/Standard_Borel_Spaces/Space_of_Continuous_Maps.thy (diff)
Changeset 14570:617250b3ba2a by Gerwin Klein _gerwin.klein@proofcraft.systems_:
theory files for S_Finite_Measure_Monad + Standard_Borel_Spaces
The file was addedthys/S_Finite_Measure_Monad/Kernels.thy
The file was addedthys/S_Finite_Measure_Monad/Lemmas_S_Finite_Measure_Monad.thy
The file was addedthys/S_Finite_Measure_Monad/Measure_QuasiBorel_Adjunction.thy
The file was addedthys/S_Finite_Measure_Monad/Monad_QuasiBorel.thy
The file was addedthys/S_Finite_Measure_Monad/Montecarlo.thy
The file was addedthys/S_Finite_Measure_Monad/QBS_Morphism.thy
The file was addedthys/S_Finite_Measure_Monad/QuasiBorel.thy
The file was addedthys/S_Finite_Measure_Monad/Query.thy
The file was addedthys/S_Finite_Measure_Monad/ROOT
The file was addedthys/S_Finite_Measure_Monad/document/root.bib
The file was addedthys/S_Finite_Measure_Monad/document/root.tex
The file was addedthys/S_Finite_Measure_Monad/qbs.ML
The file was addedthys/Standard_Borel_Spaces/Abstract_Metrizable_Topology.thy
The file was addedthys/Standard_Borel_Spaces/Lemmas_StandardBorel.thy
The file was addedthys/Standard_Borel_Spaces/ROOT
The file was addedthys/Standard_Borel_Spaces/Set_Based_Metric_Product.thy
The file was addedthys/Standard_Borel_Spaces/Set_Based_Metric_Space.thy
The file was addedthys/Standard_Borel_Spaces/Space_of_Continuous_Maps.thy
The file was addedthys/Standard_Borel_Spaces/StandardBorel.thy
The file was addedthys/Standard_Borel_Spaces/document/root.bib
The file was addedthys/Standard_Borel_Spaces/document/root.tex
The file was modified thys/ROOTS (diff)
Changeset 14569:f5eb260e64c9 by Gerwin Klein _gerwin.klein@proofcraft.systems_:
new entry IO_Language_Conformance
The file was addedmetadata/entries/IO_Language_Conformance.toml
The file was addedthys/IO_Language_Conformance/Input_Output_Language_Conformance.thy
The file was addedthys/IO_Language_Conformance/ROOT
The file was addedthys/IO_Language_Conformance/document/root.bib
The file was addedthys/IO_Language_Conformance/document/root.tex
The file was addedweb/entries/IO_Language_Conformance.html
The file was addedweb/sessions/io_language_conformance/index.html
The file was modified thys/ROOTS (diff)
The file was modified web/authors/sachtleben/index.html (diff)
The file was modified web/authors/sachtleben/index.xml (diff)
The file was modified web/data/keywords.json (diff)
The file was modified web/entries/index.html (diff)
The file was modified web/entries/index.xml (diff)
The file was modified web/index.html (diff)
The file was modified web/index.json (diff)
The file was modified web/index.xml (diff)
The file was modified web/sessions/index.xml (diff)
The file was modified web/sitemap.xml (diff)
The file was modified web/statistics/index.html (diff)
The file was modified web/topics/computer-science/automata-and-formal-languages/index.html (diff)
The file was modified web/topics/computer-science/automata-and-formal-languages/index.xml (diff)
The file was modified web/topics/computer-science/index.xml (diff)
The file was modified web/topics/index.html (diff)
Changeset 14568:afac058b12ea by Gerwin Klein _gerwin.klein@proofcraft.systems_:
new entry Coupledsim_Contrasim
The file was addedmetadata/entries/Coupledsim_Contrasim.toml
The file was addedthys/Coupledsim_Contrasim/Contrasim_Set_Game.thy
The file was addedthys/Coupledsim_Contrasim/Contrasim_Word_Game.thy
The file was addedthys/Coupledsim_Contrasim/Contrasimulation.thy
The file was addedthys/Coupledsim_Contrasim/Coupled_Simulation.thy
The file was addedthys/Coupledsim_Contrasim/Coupledsim_Fixpoint_Algo_Delay.thy
The file was addedthys/Coupledsim_Contrasim/Coupledsim_Game_Delay.thy
The file was addedthys/Coupledsim_Contrasim/HM_Logic_Infinitary.thy
The file was addedthys/Coupledsim_Contrasim/README.md
The file was addedthys/Coupledsim_Contrasim/ROOT
The file was addedthys/Coupledsim_Contrasim/Simple_Game.thy
The file was addedthys/Coupledsim_Contrasim/Strong_Relations.thy
The file was addedthys/Coupledsim_Contrasim/Tau_Sinks.thy
The file was addedthys/Coupledsim_Contrasim/Transition_Systems.thy
The file was addedthys/Coupledsim_Contrasim/Weak_HML_Contrasimulation.thy
The file was addedthys/Coupledsim_Contrasim/Weak_Relations.thy
The file was addedthys/Coupledsim_Contrasim/Weak_Transition_Systems.thy
The file was addedthys/Coupledsim_Contrasim/document/root.bib
The file was addedthys/Coupledsim_Contrasim/document/root.tex
The file was addedthys/Coupledsim_Contrasim/document/splncs04.bst
The file was addedweb/authors/montanari/index.html
The file was addedweb/authors/montanari/index.xml
The file was addedweb/entries/Coupledsim_Contrasim.html
The file was addedweb/sessions/coupledsim_contrasim/index.html
The file was modified metadata/authors.toml (diff)
The file was modified thys/ROOTS (diff)
The file was modified web/authors/bisping/index.html (diff)
The file was modified web/authors/bisping/index.xml (diff)
The file was modified web/authors/brodmann/index.html (diff)
The file was modified web/authors/index.html (diff)
The file was modified web/authors/index.json (diff)
The file was modified web/authors/jungnickel/index.html (diff)
The file was modified web/authors/nestmann/index.html (diff)
The file was modified web/authors/peters/index.html (diff)
The file was modified web/authors/rickmann/index.html (diff)
The file was modified web/authors/seidler/index.html (diff)
The file was modified web/authors/stueber/index.html (diff)
The file was modified web/authors/weidner/index.html (diff)
The file was modified web/data/keywords.json (diff)
The file was modified web/entries/FLP.html (diff)
The file was modified web/entries/index.html (diff)
The file was modified web/entries/index.xml (diff)
The file was modified web/index.html (diff)
The file was modified web/index.json (diff)
The file was modified web/index.xml (diff)
The file was modified web/sessions/index.xml (diff)
The file was modified web/sitemap.xml (diff)
The file was modified web/statistics/index.html (diff)
The file was modified web/topics/computer-science/concurrency/index.html (diff)
The file was modified web/topics/computer-science/concurrency/index.xml (diff)
The file was modified web/topics/computer-science/index.xml (diff)
The file was modified web/topics/index.html (diff)
The file was modified web/topics/logic/general-logic/index.xml (diff)
The file was modified web/topics/logic/general-logic/modal-logic/index.html (diff)
The file was modified web/topics/logic/general-logic/modal-logic/index.xml (diff)
The file was modified web/topics/logic/index.xml (diff)
The file was modified web/topics/mathematics/games-and-economics/index.html (diff)
The file was modified web/topics/mathematics/games-and-economics/index.xml (diff)
The file was modified web/topics/mathematics/index.xml (diff)
Changeset 14567:04a0fb33af5c by rene thiemann _rene.thiemann@uibk.ac.at_:
drop SN from standard wpo-assumptions; prove irreflexivity of WPO without SN
The file was modified thys/Weighted_Path_Order/KBO_as_WPO.thy (diff)
The file was modified thys/Weighted_Path_Order/LPO.thy (diff)
The file was modified thys/Weighted_Path_Order/RPO.thy (diff)
The file was modified thys/Weighted_Path_Order/WPO.thy (diff)
Changeset 14566:8047285e3ff1 by rene thiemann _rene.thiemann@uibk.ac.at_:
added proof: the multiset extension of two orders preserves irreflexivity
The file was modified thys/Weighted_Path_Order/Multiset_Extension2.thy (diff)
Changeset 14565:26b4f0e402c1 by rene thiemann _rene.thiemann@uibk.ac.at_:
added lemmas on lexicographic extension
The file was modified thys/Knuth_Bendix_Order/Lexicographic_Extension.thy (diff)
Changeset 14564:9038bb20f96b by rene thiemann _rene.thiemann@uibk.ac.at_:
added code-unfold lemma
The file was modified thys/Polynomial_Interpolation/Is_Rat_To_Rat.thy (diff)
Changeset 14563:8fd56a4b09e6 by kevin kappelmann _kevin.kappelmann@tum.de_:
fix(ML_Unification) remove temporary files
The file was modified thys/ML_Unification/Unifiers/ML_Unifiers.thy (diff)
The file was modified thys/ML_Unification/Unifiers/higher_order_unification.ML (diff)
The file was removedthys/ML_Unification/Unifiers/test.ML
The file was removedthys/ML_Unification/Unifiers/unify_copy.ML
Changeset 14562:e01b5c40b38f by fabian huch _huch@in.tum.de_:
update hugo to 0.119.0;
The file was modified admin/components/afp (diff)
Changeset 14561:55545f12e056 by fabian huch _huch@in.tum.de_:
moved hugo component build tool to Isabelle distribution;
The file was modified etc/build.props (diff)
The file was modified tools/afp_tool.scala (diff)
The file was removedadmin/etc/build.props
The file was removedtools/admin/afp_component_hugo.scala
Changeset 14560:052ea9def986 by fabian huch _huch@in.tum.de_:
update hugo component and support more platforms;
The file was modified tools/admin/afp_component_hugo.scala (diff)