Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: sandialabs/Prove-It
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: sandialabs/Prove-It
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 341-functions_def-axiom-and-function-restriction
Choose a head ref
  • 4 commits
  • 8 files changed
  • 1 contributor

Commits on Jul 10, 2025

  1. Update sets/functions_def axiom

    Update the functions_def axiom in numbers/sets/functions sub-theory package to more carefully specify functions with domain A and codomain B instead of functions that take A to B but might also have elements outside of A in their domain.
    wdcraft01 committed Jul 10, 2025
    Configuration menu
    Copy the full SHA
    629cf96 View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2025

  1. Add UNDEF literal

    Add UNDEF literal, a common expression labeled as 'undefined' in logic/sets/functions, most immediately for use in the expression of function-related expressions where the function is not defined for some set of inputs. This is then used in an update to the functions_def axiomatic definition of sets/functions and related theorems.
    wdcraft01 committed Jul 13, 2025
    Configuration menu
    Copy the full SHA
    d19c016 View commit details
    Browse the repository at this point in the history
  2. Update functions_def axiom and establish Restriction() class

    Update the functions_def axiom in logic/sets/functions to utilize the UNDEF literal for undefined function outputs and establish the Restriction() class in logic/sets/functions along with related axiomatic definition, a related theorem, and some entries in the logic/sets/functions demonstrations notebook.
    wdcraft01 committed Jul 13, 2025
    Configuration menu
    Copy the full SHA
    20a459c View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2025

  1. Add comment for future consideration

    Add comment in Restriction() class description for future consideration, possibly changing Restriction(f, S) to Restriction(f, A, B, S) to include the original domain and co-domain of the function f (since neither may be easily accessible from the Restriction(f, S) construction itself).
    wdcraft01 committed Jul 14, 2025
    Configuration menu
    Copy the full SHA
    5e6e1a6 View commit details
    Browse the repository at this point in the history
Loading