infimum.countable_set: Get the infimum of a countable set.

View source: R/countable_set.R

infimum.countable_setR Documentation

Get the infimum of a countable set.

Description

Get the infimum of a countable set.

Usage

## S3 method for class 'countable_set'
infimum(object)

Arguments

object

A countable_set object.

Value

The lower bound (integer).

Examples

cs <- countable_set$new(0L)
infimum(cs)  # 0

algebraic.dist documentation built on Feb. 27, 2026, 5:06 p.m.