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

[Merged by Bors] - feat: generalize&merge ContinuousMap.continuous_eval_const{,'} #5649

Closed
wants to merge 5 commits into from

Commits on Jul 1, 2023

  1. feat: generalize&merge ContinuousMap.continuous_eval_const{,'}

    We had continuity of `fun f : C(X, Y) ↦ f a` in two cases:
    - `X` is a locally compact space;
    - `X` is a compact space and `Y` is a metric space.
    
    In fact, it is true in general topological spaces.
    urkud committed Jul 1, 2023
    Configuration menu
    Copy the full SHA
    ade407f View commit details
    Browse the repository at this point in the history
  2. Drop some arguments

    urkud committed Jul 1, 2023
    Configuration menu
    Copy the full SHA
    f9735f8 View commit details
    Browse the repository at this point in the history
  3. Fix #aligns

    urkud committed Jul 1, 2023
    Configuration menu
    Copy the full SHA
    2537523 View commit details
    Browse the repository at this point in the history
  4. Drop more TC assumptions

    urkud committed Jul 1, 2023
    Configuration menu
    Copy the full SHA
    0f867a2 View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2023

  1. Configuration menu
    Copy the full SHA
    b1b95b8 View commit details
    Browse the repository at this point in the history