Giter Site home page Giter Site logo

homalg-project / locales Goto Github PK

View Code? Open in Web Editor NEW
2.0 7.0 4.0 1.49 MB

[READ-ONLY-SUBSPLIT] Locales, frames, coframes, meet semi-lattices of locally closed subsets, and Boolean algebras of constructible sets

Home Page: https://homalg-project.github.io/pkg/Locales/

License: GNU General Public License v2.0

GAP 99.06% Makefile 0.94%
locales frames coframes lattices heyting-algebras coheyting-algebras boolean-algebras constructible-sets

locales's Introduction

locales's People

Contributors

heiderich avatar kamalsaleh avatar mohamed-barakat avatar zickgraf avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

locales's Issues

Wrong derivation of `IsEqualForMorphisms` for `IsThinCategory`

I think in our setup IsThinCategory means: "any two morphisms A -> B are congruent", but not necessarily "any two morphisms A -> B are equal". Thus, I think the following derivation is wrong:

AddDerivationToCAP( IsEqualForMorphisms,
[ [ IsEqualForObjects, 2 ] ],
function( cat, u1, u2 )
return IsEqualForObjects( cat, Source( u1 ), Source( u2 ) ) and
IsEqualForObjects( cat, Range( u1 ), Range( u2 ) );
end : Description := "IsEqualForMorphisms using IsEqualForObjects applied to sources and ranges",
CategoryFilter := IsThinCategory );

In any case, IsEqualForMorphisms assumes that the two morphisms have equal source and range, so this could be simplified to true.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.