lean2/library/algebra/category/yoneda.lean

16 lines
406 B
Text
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

-- Copyright (c) 2014 Floris van Doorn. All rights reserved.
-- Released under Apache 2.0 license as described in the file LICENSE.
-- Author: Floris van Doorn
import .basic .constructions
open eq eq.ops category functor category.ops
namespace yoneda
--representable functor
section
parameters {ob : Type} {C : category ob}
-- definition Hom : Cᵒᵖ × C ⇒ type :=
-- sorry
end
end yoneda