Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Changed main branch, changing basis for 8.19 support #2

Merged
merged 6 commits into from
Apr 17, 2024

Commits on Mar 21, 2024

  1. Structures and coherence are separated, and the core builds. Examples…

    … will require updating, and automation + general lemmas have been commented out until they can be updated as well.
    wjbs committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    10255dc View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2024

  1. CategoryAutomation and GeneralLemmas updated to new unbundled form; ^…

    …-1 and ^op notations given unicode replacements for printing.
    wjbs committed Mar 23, 2024
    Configuration menu
    Copy the full SHA
    d38602f View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2024

  1. Significant automation improvements. Partnering has been implemented,…

    … which can associate two terms next to each other (even within a tensor, though it will not manipulate tensors to make this happen). It also has support for generic Ltac tests on the two terms, which allowed the creation of tactics to automatically cancel isomorphisms with their inverses (regardless of association). Furthermore, this has been extended to partnering on a sequence of terms, which reassociates to make a prescribed series of terms be left-associated within a larger expression (again, compatibly with tensors, though not manipulating them). By making this sequence of terms be evars, the tactic partners_rw was implemented, which takes a lemma whose form (up to any number of quantifiers before it) is the equivalence of morphisms, finds a reassociation of a term in the goal such that that lemma can be rewritten, and performs that rewrite. This tactic has not been extensively tested, and is — likely somewhat unavoidably — not excessively performant (on the scale of one or a few tenths of a second for a rewrite on a moderately-sized goal).
    wjbs committed Mar 24, 2024
    Configuration menu
    Copy the full SHA
    4d36384 View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2024

  1. Added compatibility notations that don't conflict with, e.g., Quantum…

    …Lib (or ssreflect). All examples now compile.
    wjbs committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    2c4ce80 View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2024

  1. Update README.md

    caldwellb authored Apr 17, 2024
    Configuration menu
    Copy the full SHA
    9d42fcd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    74943aa View commit details
    Browse the repository at this point in the history