File title

module template where
Imports
open import ...

Idea

A concept is a insert abstract idea of concept, and is defined as insert definition using words.

Definition

concept : ...
concept = ...

Properties

Concept satisfies specific property

has-specific-property-concept : ...
has-specific-property-concept = ...

Examples

A subconcept is a concept

concept-subconcept : ...
concept-subconcept = ...

See also

References