نتایج جستجو برای: alexandrov l topology

تعداد نتایج: 683211  

Journal: :iranian journal of fuzzy systems 2004
fu-gui shi

in this paper, countable compactness and the lindel¨of propertyare defined for l-fuzzy sets, where l is a complete de morgan algebra. theydon’t rely on the structure of the basis lattice l and no distributivity is requiredin l. a fuzzy compact l-set is countably compact and has the lindel¨ofproperty. an l-set having the lindel¨of property is countably compact if andonly if it is fuzzy compact. ...

Journal: :Siberian Mathematical Journal 2023

Graph comparison is a certain type of condition on the metric space encoded by finite graph. We show that each nontrivial graph implies one Alexandrov’s comparisons. The proof gives complete description graphs with trivial

Journal: :iranian journal of fuzzy systems 2012
shai-yan zhang cong-hua yan

the main purpose of this paper is to introduce a concept of$l$-fuzzifying topological groups (here $l$ is a completelydistributive lattice) and discuss some of their basic properties andthe structures. we prove that its corresponding $l$-fuzzifyingneighborhood structure is translation invariant. a characterizationof such topological groups in terms of the corresponding$l$-fuzzifying neighborhoo...

Journal: :iranian journal of fuzzy systems 2014
hua-peng zhang

in 1997, fang proposed the concept of boundedness of $l$-fuzzy setsin $l$-topological vector spaces. since then, this concept has beenwidely accepted and adopted in the literature. in this paper,several characterizations of bounded $l$-fuzzy sets in$l$-topological vector spaces are obtained and some properties ofbounded $l$-fuzzy sets are investigated.

2010
V. V. Kabanov S. Alexandrov E. D. Bauer Sarrao A. 1. Taylor

1. Demsar,I,2,3 V. V. Kabanov,I,3 A: S. Alexandrov,4 H. 1. Lee,5 E. D. Bauer,5 1. L. Sarrao,5 and A. 1. Taylor5 Iphysics Department and Zukunftskolleg, University of Konstanz, D-78457 Konstanz, Germany 2Center for Applied Photonics, University of Konstanz, D-78457 Konstanz, Germany 3Complex Matter Department, lozef Stefan Institute, SI-lOOO Ljubljana, Slovenia 4Department of Physics, Loughborou...

2006
JOHN LOTT Grigory Perelman Richard Hamilton

Grigory Perelman has been awarded the Fields Medal for his contributions to geometry and his revolutionary insights into the analytical and geometric structure of the Ricci flow. Perelman was born in 1966 and received his doctorate from St. Petersburg State University. He quickly became renowned for his work in Riemannian geometry and Alexandrov geometry, the latter being a form of Riemannian g...

2010
ASUKA TAKATSU

This paper concerns the Riemannian/Alexandrov geometry of Gaussian measures, from the view point of the L2-Wasserstein geometry. The space of Gaussian measures is of finite dimension, which allows to write down the explicit Riemannian metric which in turn induces the L2-Wasserstein distance. Moreover, its completion as a metric space provides a complete picture of the singular behavior of the L...

Journal: :iranian journal of fuzzy systems 2012
eun-seok kim seung-ho ahn dae heui park

in this paper, we investigate the l-fuzzy proximities and the relationships betweenl-fuzzy topologies, l-fuzzy topogenous order and l-fuzzy uniformity. first, we show that the category of-fuzzy topological spaces can be embedded in the category of l-fuzzy quasi-proximity spaces as a coreective full subcategory. second, we show that the category of l -fuzzy proximity spaces is isomorphic to the ...

Journal: :iranian journal of fuzzy systems 2010
fu-gui shi peng chen

in this paper, the urysohn and completely hausdorff axioms in general topology are generalized to l-topological spaces so as to be compatible with pointwise metrics. some properties and characterizations are also derived

Journal: :Journal of Differential Geometry 2002

نمودار تعداد نتایج جستجو در هر سال

با کلیک روی نمودار نتایج را به سال انتشار فیلتر کنید

function paginate(evt) { url=/search_year_filter/ var term=document.getElementById("search_meta_data").dataset.term pg=parseInt(evt.target.text) var data={ "year":filter_year, "term":term, "pgn":pg } filtered_res=post_and_fetch(data,url) window.scrollTo(0,0); } function update_search_meta(search_meta) { meta_place=document.getElementById("search_meta_data") term=search_meta.term active_pgn=search_meta.pgn num_res=search_meta.num_res num_pages=search_meta.num_pages year=search_meta.year meta_place.dataset.term=term meta_place.dataset.page=active_pgn meta_place.dataset.num_res=num_res meta_place.dataset.num_pages=num_pages meta_place.dataset.year=year document.getElementById("num_result_place").innerHTML=num_res if (year !== "unfilter"){ document.getElementById("year_filter_label").style="display:inline;" document.getElementById("year_filter_place").innerHTML=year }else { document.getElementById("year_filter_label").style="display:none;" document.getElementById("year_filter_place").innerHTML="" } } function update_pagination() { search_meta_place=document.getElementById('search_meta_data') num_pages=search_meta_place.dataset.num_pages; active_pgn=parseInt(search_meta_place.dataset.page); document.getElementById("pgn-ul").innerHTML=""; pgn_html=""; for (i = 1; i <= num_pages; i++){ if (i===active_pgn){ actv="active" }else {actv=""} pgn_li="
  • " +i+ "
  • "; pgn_html+=pgn_li; } document.getElementById("pgn-ul").innerHTML=pgn_html var pgn_links = document.querySelectorAll('.mypgn'); pgn_links.forEach(function(pgn_link) { pgn_link.addEventListener('click', paginate) }) } function post_and_fetch(data,url) { showLoading() xhr = new XMLHttpRequest(); xhr.open('POST', url, true); xhr.setRequestHeader('Content-Type', 'application/json; charset=UTF-8'); xhr.onreadystatechange = function() { if (xhr.readyState === 4 && xhr.status === 200) { var resp = xhr.responseText; resp_json=JSON.parse(resp) resp_place = document.getElementById("search_result_div") resp_place.innerHTML = resp_json['results'] search_meta = resp_json['meta'] update_search_meta(search_meta) update_pagination() hideLoading() } }; xhr.send(JSON.stringify(data)); } function unfilter() { url=/search_year_filter/ var term=document.getElementById("search_meta_data").dataset.term var data={ "year":"unfilter", "term":term, "pgn":1 } filtered_res=post_and_fetch(data,url) } function deactivate_all_bars(){ var yrchart = document.querySelectorAll('.ct-bar'); yrchart.forEach(function(bar) { bar.dataset.active = false bar.style = "stroke:#71a3c5;" }) } year_chart.on("created", function() { var yrchart = document.querySelectorAll('.ct-bar'); yrchart.forEach(function(check) { check.addEventListener('click', checkIndex); }) }); function checkIndex(event) { var yrchart = document.querySelectorAll('.ct-bar'); var year_bar = event.target if (year_bar.dataset.active == "true") { unfilter_res = unfilter() year_bar.dataset.active = false year_bar.style = "stroke:#1d2b3699;" } else { deactivate_all_bars() year_bar.dataset.active = true year_bar.style = "stroke:#e56f6f;" filter_year = chart_data['labels'][Array.from(yrchart).indexOf(year_bar)] url=/search_year_filter/ var term=document.getElementById("search_meta_data").dataset.term var data={ "year":filter_year, "term":term, "pgn":1 } filtered_res=post_and_fetch(data,url) } } function showLoading() { document.getElementById("loading").style.display = "block"; setTimeout(hideLoading, 10000); // 10 seconds } function hideLoading() { document.getElementById("loading").style.display = "none"; } -->